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