Click or drag to resize

UserGroupControllerUnfoldGroupMembers Method (IntegerList)

Returns the ids of all users who are member of at least one of the specified groups.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual IntegerList UnfoldGroupMembers(
	IntegerList userAndGroupIds
)

Parameters

userAndGroupIds
Type: IntegerList
Must contain user and group ids. User ids are added to the result.

Return Value

Type: IntegerList
See Also