| AssigneeContainerContainsAny Method |
Returns whether the container contains any of a specified set of assignees.
If checkIndirectAssignments is true members of the assignee groups are examined as well.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool ContainsAny(
IEnumerable<int> assigneeIds,
bool checkIndirectAssignments
)
Parameters
- assigneeIds
- Type: System.Collections.GenericIEnumerableInt32
User and/or group ids. - checkIndirectAssignments
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also