The Tasks List object is a list which lets you access Tasks for a particular user. The Tasks List object may be obtained by accessing the Tasks property of the User object. The Tasks list object provides access to the common list object functionality.
Task List Methods |
Add | Adds a new Task to the associated user's diary |
Count | Returns the number of tasks in the list. |
SetFilter | Sets the list filter |
SetFilterAnd | Logically ANDs the filter with this expression |
SetFilterOr | Logically ORs the filter with this expression |
ClearFilter | Clears the list filter |
FindItemByID | Finds a task with an ID which matches the passed in ID |
GetFirst | Gets the first task belonging to the associated user |
GetNext | Gets the next task belonging to the associated user. |
GetLast | Gets the last task belonging to the associated user |
GetPrev | Gets the previous task belonging to the associated user |