Interface IPublishedContentType2
Represents an IPublishedElement type.
Namespace: Umbraco.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public interface IPublishedContentType2 : IPublishedContentType
Remarks
Instances implementing the IPublishedContentType interface should be immutable, ie if the content type changes, then a new instance needs to be created.
Properties
View SourceKey
Gets the unique key for the content type.
Declaration
Guid Key { get; }
Property Value
Type | Description |
---|---|
System.Guid |