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

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

Syntax

C#
public IEnumerable<TabVersion> GetTabVersions(
	int tabId,
	bool ignoreCache = false
)
Visual Basic
Public Function GetTabVersions ( 
	tabId As Integer,
	Optional ignoreCache As Boolean = false
) As IEnumerable(Of TabVersion)

Parameters

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

Return Value

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

Implements

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

See Also