Search Results for

    Show / Hide Table of Contents
    View Source

    Interface INavigationModel

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

    Properties

    View Source

    ContentTypeKey

    Gets or sets the Guid unique identifier of the entity's content type.

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

    Id

    Gets or sets the integer identifier of the entity.

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

    Key

    Gets or sets the Guid unique identifier of the entity.

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

    ParentId

    Gets or sets the integer identifier of the parent entity.

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

    SortOrder

    Gets or sets the sort order of the entity.

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

    Trashed

    Gets or sets a value indicating whether this entity is in the recycle bin.

    Declaration
    bool Trashed { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeKey
      • Id
      • Key
      • ParentId
      • SortOrder
      • Trashed
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX