Checks if the user with the specified username is in one of the ad manager roles.

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

Syntax

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

Parameters

userName
Type: System..::..String
User name

Return Value

Type: Boolean
True if the user with the specified username is in one of the ad manager roles, false if not.

See Also