Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IReadOnlyContentBase

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IReadOnlyContentBase

    Properties

    View Source

    ContentTypeId

    Gets the content type id

    Declaration
    int ContentTypeId { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    CreateDate

    Gets the creation date.

    Declaration
    DateTime CreateDate { get; }
    Property Value
    Type Description
    DateTime
    View Source

    CreatorId

    Gets the identifier of the user who created this entity.

    Declaration
    int CreatorId { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Id

    Gets the integer identifier of the entity.

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Key

    Gets the Guid unique identifier of the entity.

    Declaration
    Guid Key { get; }
    Property Value
    Type Description
    Guid
    View Source

    Level

    Gets the level of the entity.

    Declaration
    int Level { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Gets the name of the entity.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    ParentId

    Gets the identifier of the parent entity.

    Declaration
    int ParentId { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Path

    Gets the path to the entity.

    Declaration
    string Path { get; }
    Property Value
    Type Description
    System.String
    View Source

    SortOrder

    Gets the sort order of the entity.

    Declaration
    int SortOrder { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    UpdateDate

    Gets the last update date.

    Declaration
    DateTime UpdateDate { get; }
    Property Value
    Type Description
    DateTime
    View Source

    VersionId

    Gets the version identifier.

    Declaration
    int VersionId { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    WriterId

    Gets the identifier of the writer.

    Declaration
    int WriterId { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeId
      • CreateDate
      • CreatorId
      • Id
      • Key
      • Level
      • Name
      • ParentId
      • Path
      • SortOrder
      • UpdateDate
      • VersionId
      • WriterId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX