Click or drag to resize

UserGroupControllerGetUserGroups Method (IEnumerableInt32, UserGroupLoadOptions)

Returns a number of user group objects. The loadoptions can be used to specify additional load options - except IdPosList.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public UserGroups GetUserGroups(
	IEnumerable<int> userGroupIds,
	UserGroupLoadOptions loadOptions
)

Parameters

userGroupIds
Type: System.Collections.GenericIEnumerableInt32
loadOptions
Type: Omada.OE.ModelUserGroupLoadOptions

Return Value

Type: UserGroups
See Also