| UserGroupControllerGetMemberIdsByGroup Method |
Returns groups (ids) and their members
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, IntegerList> GetMemberIdsByGroup(
IEnumerable<int> userGroupIds
)
Parameters
- userGroupIds
- Type: System.Collections.GenericIEnumerableInt32
Return Value
Type:
DictionaryInt32,
IntegerList
See Also