Gets all TabVersionDetail objects of an existing TabVersion

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

Syntax

C#
IEnumerable<TabVersionDetail> GetTabVersionDetails(
	int tabVersionId,
	bool ignoreCache = false
)
Visual Basic
Function GetTabVersionDetails ( 
	tabVersionId As Integer,
	Optional ignoreCache As Boolean = false
) As IEnumerable(Of TabVersionDetail)

Parameters

tabVersionId
Type: System..::..Int32
Tha TabVersion Id to be quiered
ignoreCache
Type: System..::..Boolean
If true, the method will not use the Caching Storage

Return Value

List of TabVersionDetail objects

See Also