suite4.net.FormDatabase Documentation

TaskSortProperty Enumeration

Enumeration specifying the ITask property by which an ITaskCollection is to be sorted.

[Visual Basic]
Public Enum TaskSortProperty
[C#]
public enum TaskSortProperty

Remarks

The enumeration defaults to Title.

Members

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.

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

suite4.net.FormDatabase Namespace