summaryM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionDetailController.GetTabVersionDetail(System.Int32,System.Int32,System.Boolean)

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

Syntax

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

Parameters

tabVersionDetailId
Type: System..::..Int32
paramtabVersionDetailIdM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionDetailController.GetTabVersionDetail(System.Int32,System.Int32,System.Boolean)
tabVersionId
Type: System..::..Int32
paramtabVersionIdM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionDetailController.GetTabVersionDetail(System.Int32,System.Int32,System.Boolean)
ignoreCache
Type: System..::..Boolean
paramignoreCacheM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionDetailController.GetTabVersionDetail(System.Int32,System.Int32,System.Boolean)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabVersions.TabVersionDetailController.GetTabVersionDetail(System.Int32,System.Int32,System.Boolean)

Implements

ITabVersionDetailController..::..GetTabVersionDetail(Int32, Int32, Boolean)

See Also