Returns a flag indicating whether the current user can manage the current page's settings

Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool CanManagePage()
Visual Basic
Public Shared Function CanManagePage As Boolean

Return Value

A flag indicating whether the user has permission

See Also