Gets a Tab Version Detail object of an existing Tab Version

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

Syntax

C#
TabVersionDetail GetTabVersionDetail(
	int tabVersionDetailId,
	int tabVersionId,
	bool ignoreCache = false
)
Visual Basic
Function GetTabVersionDetail ( 
	tabVersionDetailId As Integer,
	tabVersionId As Integer,
	Optional ignoreCache As Boolean = false
) As TabVersionDetail

Parameters

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

Return Value

TabVersionDetail object filled with specific data

See Also