Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyData

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
    Assembly: Umbraco.PublishedCache.NuCache.dll
    Syntax
    [DataContract]
    public class PropertyData

    Properties

    View Source

    Culture

    Declaration
    [DataMember(Order = 0)]
    [JsonConverter(typeof(JsonStringInternConverter))]
    [JsonPropertyName("c")]
    public string Culture { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Segment

    Declaration
    [DataMember(Order = 1)]
    [JsonConverter(typeof(JsonStringInternConverter))]
    [JsonPropertyName("s")]
    public string Segment { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Value

    Declaration
    [DataMember(Order = 2)]
    [JsonPropertyName("v")]
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Culture
      • Segment
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX