Class TabVersionDetail
Inheritance
TabVersionDetail
Assembly: DotNetNuke.dll
Syntax
public class TabVersionDetail : BaseEntityInfo
Constructors
TabVersionDetail()
Declaration
public TabVersionDetail()
Properties
Action
Declaration
public TabVersionDetailAction Action { get; set; }
Property Value
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
ModuleOrder
Declaration
public int ModuleOrder { get; set; }
Property Value
ModuleVersion
Declaration
public int ModuleVersion { get; set; }
Property Value
PaneName
Declaration
public string PaneName { get; set; }
Property Value
TabVersionDetailId
Declaration
public int TabVersionDetailId { get; set; }
Property Value
TabVersionId
Declaration
public int TabVersionId { get; set; }
Property Value
Extension Methods