Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCacheDataModel

    The content model stored in the content cache database table serialized as JSON

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
    Assembly: Umbraco.PublishedCache.NuCache.dll
    Syntax
    public class ContentCacheDataModel : object

    Properties

    View Source

    CultureData

    Declaration
    public Dictionary<string, CultureVariation> CultureData { get; set; }
    Property Value
    Type Description
    Dictionary<System.String, CultureVariation>
    View Source

    PropertyData

    Declaration
    public Dictionary<string, PropertyData[]> PropertyData { get; set; }
    Property Value
    Type Description
    Dictionary<System.String, PropertyData[]>
    View Source

    UrlSegment

    Declaration
    public string UrlSegment { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CultureData
      • PropertyData
      • UrlSegment
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX