Enumeration specifying the ITask property by which an ITaskCollection is to be sorted.
The enumeration defaults to Title.
| Member Name | Description |
|---|---|
| Title | The ITaskCollection will be sorted by the Title property. |
| AssignedTo | The ITaskCollection will be sorted by the AssignedTo property. |
| Priority | The ITaskCollection will be sorted by the Priority property. |
| TaskType | The ITaskCollection will be sorted by the TaskType property. |
Namespace: suite4.net.FormDatabase
Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)
suite4.net.FormDatabase Namespace