Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Key

    Gets the unique key for the content type.

    Declaration
    Guid Key { get; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Key
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX