summaryP:DotNetNuke.Entities.Portals.PortalSettings.DesktopTabs

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0. Tabs are cached independeently of Portal Settings, and this property is thus redundant")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ArrayList DesktopTabs { get; }
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0. Tabs are cached independeently of Portal Settings, and this property is thus redundant")> 
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public ReadOnly Property DesktopTabs As ArrayList
	Get

See Also