Search Results for

    Show / Hide Table of Contents
    View Source

    Class CultureVariation

    Represents the culture variation information on a content item

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

    Properties

    View Source

    Date

    Declaration
    [DataMember(Order = 2)]
    public DateTime Date { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    IsDraft

    Declaration
    [DataMember(Order = 3)]
    public bool IsDraft { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Name

    Declaration
    [DataMember(Order = 0)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UrlSegment

    Declaration
    [DataMember(Order = 1)]
    public string UrlSegment { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Date
      • IsDraft
      • Name
      • UrlSegment
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX