Class ChangeControlState
Class that represents the full state of a tab regarding if versioning and workflow are enabled.
Inheritance
System.Object
ChangeControlState
Namespace: DotNetNuke.Entities.Tabs.Dto
Assembly: DotNetNuke.dll
Syntax
public class ChangeControlState : object
Properties
| Improve this Doc View SourceIsChangeControlEnabledForTab
Gets a value indicating whether gets if change control is enabled for the tab.
Declaration
public bool IsChangeControlEnabledForTab { get; }
Property Value
Type | Description |
---|---|
System.Boolean | True if versioning or workflow are enabled, false otherwise. |
IsVersioningEnabledForTab
Gets or sets a value indicating whether gets if versioning is enabled for the tab.
Declaration
public bool IsVersioningEnabledForTab { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if versioning is enabled, false otherwise. |
IsWorkflowEnabledForTab
Gets or sets a value indicating whether gets if workflow is enabled for the tab.
Declaration
public bool IsWorkflowEnabledForTab { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if workflow is enabled, false otherwise. |
PortalId
Gets or sets the portal id.
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The portal id. |
TabId
Gets or sets the tab id.
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The tab id. |