Click or drag to resize

UserGroupsGetGroupsFromIdList Method

Returns a collection of usergroups containing the groups with ids contained in the id list. The ids in the id list must be contained in the collection.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public UserGroups GetGroupsFromIdList(
	IntegerList ids
)

Parameters

ids
Type: IntegerList

Return Value

Type: UserGroups
See Also