Returns true if the active user is a member of a work group or authorization group with the specified title, or else false is returned.
bool MemberOf(string groupTitle)
| groupTitle | The title of a work group or an authorization group. | 
Example
MemberOf("Admins")
Returns true if the active user is a member of a work group or an authorization group with the title "Admins".
