View Source
Class CultureVariation
Represents the culture variation information on a content item
Inheritance
System.Object
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public class CultureVariation : object
Properties
View Source
Date
Declaration
public DateTime Date { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
IsDraft
Declaration
public bool IsDraft { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UrlSegment
Declaration
public string UrlSegment { get; set; }
Property Value
Type |
Description |
System.String |
|