Gets a value indicating whether the requester has the necessary permissions.

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

true if the user has the appropriate permissions otherwise, false.

Remarks

By default all authenticated users have permssions. This property is only enforced if RequiresAuthentication is true

See Also