Click or drag to resize

IUnmanagedAssetItemSecurityGroups Method


Gets which UserGroups have the specified security level.

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
the security level to check for
exactLevelMatch  Boolean  (Optional)
True to return groups that match the specified security level exactly. False to return any group that has at least the specified security level

Return Value

IEnumerableIUserGroup

[Missing <returns> documentation for "M:Ingeniux.CMS.IUnmanagedAssetItem.SecurityGroups(Ingeniux.CMS.Enums.EnumNodeLevelPermission,System.Boolean)"]

See Also