Returns a value indicating whether current user is group admin.

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

Syntax

C#
protected bool IsCurrentUserGroupAdmin()
Visual Basic
Protected Function IsCurrentUserGroupAdmin As Boolean
Visual C++
protected:
bool IsCurrentUserGroupAdmin()
F#
member IsCurrentUserGroupAdmin : unit -> bool 

Return Value

Type: Boolean
True if user is a group admin, false otherwise

See Also