Gets a Tab Version object of an existing Tab

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

Syntax

C#
TabVersion GetTabVersion(
	int tabVersionId,
	int tabId,
	bool ignoreCache = false
)
Visual Basic
Function GetTabVersion ( 
	tabVersionId As Integer,
	tabId As Integer,
	Optional ignoreCache As Boolean = false
) As TabVersion

Parameters

tabVersionId
Type: System..::..Int32
The Tab Version Id to be get
tabId
Type: System..::..Int32
The Tab Id to be queried
ignoreCache
Type: System..::..Boolean
If true, the method will not use the Caching Storage

Return Value

TabVersion filled with the specific version data

See Also