IContentItemSecurityGroups Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 EnumNodeLevelPermission
- Level of access by which to filter groups. Groups with an equal or higher access level are returned.
- exactLevelMatch Boolean (Optional)
- Specifies whether to return groups with an equal or higher access levels or only groups with equal access levels.
Return Value
IEnumerableIUserGroupCollection of groups that match the criteria. Empty collection if no matches.
See Also