An enumerated type used to describe the completion filter type for Task Lists. It is used in ITaskListFilter.CompletionType
. The filter type indicates the completion filter type of the Task List's containing tasks. QueryTaskLists
will then return Task Lists that contain tasks that satisfy the completion filter type set.
Member Name | Description |
---|---|
All | Return all tasklists regardless of the completion statuses of their containing tasks. |
Pending | Return tasklists that do not have any tasks and tasklists that contain only tasks with PENDING status. |
Completed | Return tasklists that contain only tasks with COMPLETED status. |
Overdue | Return tasklists that contain only tasks that are overdue, i.e., the end date of the tasks has already passed current time. |
Namespace: Plumtree.Remote.PRC.Collaboration.Tasklist
Assembly: idk (in idk.dll)
Plumtree.Remote.PRC.Collaboration.Tasklist Namespace