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()
Visual Basic
Public Shared Function IsAdManager As Boolean
Visual C++
public:
static bool IsAdManager()
F#
static member IsAdManager : unit -> bool 

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