Class DialogVersionData
Inheritance
DialogVersionData
Assembly: DataWeb.Core.dll
Syntax
public class DialogVersionData
Properties
Cultures
Declaration
public IEnumerable<List.ListItem> Cultures { get; set; }
Property Value
IsLocalization
Declaration
public bool IsLocalization { get; set; }
Property Value
IsTranslation
Declaration
public bool IsTranslation { get; set; }
Property Value
Item
Declaration
public ItemInfo Item { get; set; }
Property Value
Versions
Declaration
public IEnumerable<ItemVersionInfo> Versions { get; set; }
Property Value