Click or drag to resize

AssigneeContainerGetAllAssigneeIds Method

Returns the ids of all the (directly assigned) assignees in the container (user and group ids). If specified all members of the (directly assigned) assignee groups are returned as well.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetAllAssigneeIds(
	bool includeMembers
)

Parameters

includeMembers
Type: SystemBoolean

Return Value

Type: IntegerList
See Also