Get the status of the tab versioning for an specific tab of the portal.
Namespace: DotNetNuke.Entities.Tabs.TabVersionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
bool IsVersioningEnabled( int portalId, int tabId ) |
Visual Basic |
---|
Function IsVersioningEnabled ( portalId As Integer, tabId As Integer ) As Boolean |
Return Value
Returns true if tab versioning is enabled for the portal and for the tab, false otherwise
Remarks
If versioning is disabled at portal level, the versioning for tabs will be disabled too.