The EditMode property is used to determine whether the user is in the Administrator role

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

Syntax

C#
public bool EditMode { get; }
Visual Basic
Public ReadOnly Property EditMode As Boolean
	Get

See Also