Class TabVersionDetail
Class to represent a Tab Version Detail object. Each detail is related with a TabVersion and also with a ModuleInfo.
Inherited Members
Namespace: DotNetNuke.Entities.Tabs.TabVersions
Assembly: DotNetNuke.dll
Syntax
public class TabVersionDetail : BaseEntityInfo
Properties
| Improve this Doc View SourceAction
Gets or sets action which provoked the detail.
Declaration
public TabVersionDetailAction Action { get; set; }
Property Value
Type | Description |
---|---|
TabVersionDetailAction |
ModuleId
Gets or sets id of the Module which tracks the detail.
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModuleOrder
Gets or sets order into the pane where the Module was when the detail was tracked.
Declaration
public int ModuleOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModuleVersion
Gets or sets version number of the module when the detail was tracked.
Declaration
public int ModuleVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaneName
Gets or sets pane name where the Module was when the detail was tracked.
Declaration
public string PaneName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TabVersionDetailId
Gets or sets id of TabVersionDetail.
Declaration
public int TabVersionDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TabVersionId
Gets or sets id of the related TabVersion master of the detail.
Declaration
public int TabVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |