summaryP:DotNetNuke.UI.WebControls.WebControlBase.IsAdminMenu

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("There is no longer the concept of an Admin Page.  All pages are controlled by Permissions", 
	true)]
public bool IsAdminMenu { get; }
Visual Basic
<ObsoleteAttribute("There is no longer the concept of an Admin Page.  All pages are controlled by Permissions", 
	true)> 
Public ReadOnly Property IsAdminMenu As Boolean
	Get

See Also