Checks if current user is in the blog administrator role.

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

Syntax

C#
public static bool IsBlogAdmin()
Visual Basic
Public Shared Function IsBlogAdmin As Boolean
Visual C++
public:
static bool IsBlogAdmin()
F#
static member IsBlogAdmin : unit -> bool 

Return Value

Type: Boolean
True if the user is in the blog administrator role, false if not.

See Also