Gets if change control is enabled for the tab.

Namespace: DotNetNuke.Entities.Tabs.Dto
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsChangeControlEnabledForTab { get; }
Visual Basic
Public ReadOnly Property IsChangeControlEnabledForTab As Boolean
	Get

Field Value

True if versioning or workflow are enabled, false otherwise.

See Also