View Source
Class CultureVariation
Represents the culture variation information on a content item
Inheritance
System.Object
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 |
|