Click or drag to resize

IContentItemSecurityGroups Method


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: 10.6.492
Syntax
IEnumerable<IUserGroup> SecurityGroups(
	EnumNodeLevelPermission security,
	bool exactLevelMatch = false
)

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

IEnumerableIUserGroup
Collection of groups that match the criteria. Empty collection if no matches.
See Also