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.5.94
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: IEnumerableIUserGroup
Collection of groups that match the criteria. Empty collection if no matches.
See Also