Click or drag to resize

DataObjectFilterAssigneeFilter Property

The AssigneeFilter is ued when loading Activities and Processes. The TypeIds attribute must contain only Activities or only Processes. Only activities which assignee group contains one or more of the provided users will pass the filter Process will only pass if at least on activity can pass the assignee filter. AssigneeFilter is null if no filter is provided. The AssigneeFilter is required to have its members loaded.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public UserGroup AssigneeFilter { get; set; }

Property Value

Type: UserGroup
See Also