Interface IPublishedContentType2
Represents an IPublished
Namespace: Umbraco.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public interface IPublishedContentType2 : IPublishedContentType
Remarks
Instances implementing the IPublished
Properties
View SourceKey
Gets the unique key for the content type.
Declaration
Guid Key { get; }
Property Value
Type | Description |
---|---|
System. |