summaryM:DotNetNuke.Entities.Tabs.TabController.GetAllTabs

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 7.3. Method is not scalable. Use GetTabasByPortal")]
public ArrayList GetAllTabs()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 7.3. Method is not scalable. Use GetTabasByPortal")> 
Public Function GetAllTabs As ArrayList

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.GetAllTabs

See Also