IContentItemSecurityGroups Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IUserGroup> SecurityGroups(
EnumNodeLevelPermission security,
bool exactLevelMatch = false
)
Function SecurityGroups (
security As EnumNodeLevelPermission,
Optional exactLevelMatch As Boolean = false
) As IEnumerable(Of IUserGroup)
IEnumerable<IUserGroup^>^ SecurityGroups(
EnumNodeLevelPermission security,
bool exactLevelMatch = false
)
abstract SecurityGroups :
security : EnumNodeLevelPermission *
?exactLevelMatch : bool
(* Defaults:
let _exactLevelMatch = defaultArg exactLevelMatch false
*)
-> IEnumerable<IUserGroup>
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