• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class TabVersion

Class to represent a Tab Version object.

Inheritance
System.Object
BaseEntityInfo
TabVersion
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Entities.Tabs.TabVersions
Assembly: DotNetNuke.dll
Syntax
public class TabVersion : BaseEntityInfo

Properties

| Improve this Doc View Source

IsPublished

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
| Improve this Doc View Source

TabId

Gets or sets id of the related Tab.

Declaration
public int TabId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TabVersionId

Gets or sets id of the TabVersion object.

Declaration
public int TabVersionId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TimeStamp

Gets or sets timestamp of the version.

Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Version

Gets or sets version number of the TabVersion.

Declaration
public int Version { get; set; }
Property Value
Type Description
System.Int32

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS