Set the status of the tab versioning for a tab
Namespace: DotNetNuke.Entities.Tabs.TabVersionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
void SetEnabledVersioningForTab( int tabId, bool enabled ) |
Visual Basic |
---|
Sub SetEnabledVersioningForTab ( tabId As Integer, enabled As Boolean ) |
Parameters
- tabId
- Type: System..::..Int32
Tab Id
- enabled
- Type: System..::..Boolean
true for enable it, false otherwise