read all settings for a tab from TabSettings table

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

Syntax

C#
Hashtable GetTabSettings(
	int tabId
)
Visual Basic
Function GetTabSettings ( 
	tabId As Integer
) As Hashtable

Parameters

tabId
Type: System..::..Int32
ID of the Tab to query

Return Value

(cached) hashtable containing all settings

See Also