Used to check if the user can access the administrative page with the specified url.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool CanViewAdminPage(
	string url
)
Visual Basic
Public Shared Function CanViewAdminPage ( 
	url As String
) As Boolean
Visual C++
public:
static bool CanViewAdminPage(
	String^ url
)
F#
static member CanViewAdminPage : 
        url : string -> bool 

Parameters

url
Type: System..::..String
URL of the admin page

Return Value

Type: Boolean
True if the user can access the page, false otherwise

See Also