An enumerated type used to describe the completion filter type for Tasks. It is used in ITaskFilter.AssignedToType attribute.
| Member Name | Description |
|---|---|
| All | Return all tasks regardless of completion status. |
| Pending | Return tasks that have PENDING status. |
| Completed | Return tasks that have COMPLETED status. |
| Overdue | Return tasks that are overdue, i.e., task end date has already passed current time. |
Namespace: Plumtree.Remote.PRC.Collaboration.Tasklist
Assembly: idk (in idk.dll)
Plumtree.Remote.PRC.Collaboration.Tasklist Namespace