Click or drag to resize

UserGroupControllerGetGroupAuthRoleIds Method

Returns the auth roles that a number of groups are assigned to.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<int> GetGroupAuthRoleIds(
	IEnumerable<int> userGroupIds
)

Parameters

userGroupIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: ListInt32
Returns the auth roles that a number of groups are assigned to. The result is cached for a few minutes.
See Also