Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCacheNode

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.HybridCache
    Assembly: Umbraco.PublishedCache.HybridCache.dll
    Syntax
    public sealed class ContentCacheNode

    Properties

    View Source

    ContentTypeId

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

    CreateDate

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

    CreatorId

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

    Data

    Declaration
    public ContentData Data { get; set; }
    Property Value
    Type Description
    ContentData
    View Source

    Id

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

    IsDraft

    Declaration
    public bool IsDraft { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Key

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

    SortOrder

    Declaration
    public int SortOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeId
      • CreateDate
      • CreatorId
      • Data
      • Id
      • IsDraft
      • Key
      • SortOrder
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX