[This is preliminary documentation and is subject to change.]

The predetermined filters for the task

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public enum TaskFilter
Visual Basic (Declaration)
Public Enumeration TaskFilter
Visual C++
public enum class TaskFilter

Members

Member nameDescription
None
The default filter
IncompleteStatus
Filter for incomplete status
All
No filter applied
HighPriority
All high priority tasks
MediumPriority
All medium priority tasks
LowPriority
All low priority tasks
OtherPriority
All other priority tasks
InProgressStatus
All tasks with inprogress status
CompletedStatus
All tasks with the completed status
PendingStatus
All tasks with the pending status
WaitingStatus
All tasks with the waiting status
OtherStatus
All tasks with the other status
TelephoneType
All tasks with type telephone
ToDoType
All taks with type todo
EmailType
All tasks with type email
OtherType
All taks with type other
Tomorrow
All tasks with due date of tomorrow
Next7Days
All tasks with due date of the next 7 days
Next30Days
All tasks with due date of the next 30 days
Next365Days
All tasks with the due date of next 365 days

See Also