Get the status of the tab versioning for the portal

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

Syntax

C#
bool IsVersioningEnabled(
	int portalId
)
Visual Basic
Function IsVersioningEnabled ( 
	portalId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
Portal Id

Return Value

Returns true if tab versioning is enabled for the portal, false otherwise

See Also