Checked whether this user is a member of the specified Group.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
The group to check
Return Value
Type: BooleanTrue if this user is a member of the specified Group, false otherwise.
Remarks
When the value of the "group" parameter is null, returns false.
See Also