Class TabVersion
Class to represent a Tab Version object.
Inherited Members
Namespace: DotNetNuke.Entities.Tabs.TabVersions
Assembly: DotNetNuke.dll
Syntax
public class TabVersion : BaseEntityInfo
Properties
| Improve this Doc View SourceIsPublished
Gets or sets a value indicating whether true if the version is published. False if it is not published yet.
Declaration
public bool IsPublished { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TabId
Gets or sets id of the related Tab.
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TabVersionId
Gets or sets id of the TabVersion object.
Declaration
public int TabVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TimeStamp
Gets or sets timestamp of the version.
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Version
Gets or sets version number of the TabVersion.
Declaration
public int Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |