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

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

Syntax

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

Parameters

tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The page

Return Value

A flag indicating whether the user has permission

See Also