Click or drag to resize

AssigneeContainerContains Method (Int32, Boolean)

Returns whether the container contains an assignee (user or group).

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool Contains(
	int assigneeId,
	bool checkIndirectAssignments
)

Parameters

assigneeId
Type: SystemInt32
The assignee to look for (user or user group id).
checkIndirectAssignments
Type: SystemBoolean
If false the method only look for a directly assigned assignee. If true it looks for indirectly assigned assignees as well - that is, the members of the assignee groups. If assigneeId specifies a user group it has no effect to set checkIndirectAssignments to true!

Return Value

Type: Boolean
See Also