Click or drag to resize

DataObjectFilterAssigneeFilterType Property

Defines how the assignee filter is used. If the type is 'explicit' only activities which are explicitly assigned to the user passes the filter. If the type is 'implicit' only activities which is assigned to groups in which the user is member passes the filter,

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

Property Value

Type: AssigneeFilterType
See Also