Returns a flag indicating whether the current user can add content to the current page

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

Syntax

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

Return Value

A flag indicating whether the user has permission

See Also