Retrieves the collection of User Groups that have the given access level on this page.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
IEnumerable<IUserGroup> SecurityGroups( EnumNodeLevelPermission security, bool exactLevelMatch = false )
Parameters
- security
- Type: Ingeniux.CMS.EnumsEnumNodeLevelPermission
Level of access by which to filter groups. Groups with an equal or higher access level are returned. - exactLevelMatch (Optional)
- Type: SystemBoolean
Specifies whether to return groups with an equal or higher access levels or only groups with equal access levels.
Return Value
Type: IEnumerableIUserGroupCollection of groups that match the criteria. Empty collection if no matches.
See Also