summaryM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionController.GetTabVersion(System.Int32,System.Int32,System.Boolean)

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

Syntax

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

Parameters

tabVersionId
Type: System..::..Int32
paramtabVersionIdM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionController.GetTabVersion(System.Int32,System.Int32,System.Boolean)
tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionController.GetTabVersion(System.Int32,System.Int32,System.Boolean)
ignoreCache
Type: System..::..Boolean
paramignoreCacheM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionController.GetTabVersion(System.Int32,System.Int32,System.Boolean)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionController.GetTabVersion(System.Int32,System.Int32,System.Boolean)

Implements

ITabVersionController..::..GetTabVersion(Int32, Int32, Boolean)

See Also