Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ITaskListManager.GetTaskList Method 

Returns an ITaskList with the specified ID.

ITaskList GetTaskList(
   int taskListID
);

Parameters

taskListID
The task list ID; must be positive. The ID of an object can be obtained using the ID attribute in the object class.

Return Value

ITaskList object or null if it does not exist or the user can't see the object.

Exceptions

Exception Type Condition
ArgumentException The taskList ID is not > 0.
CollaborationException The method call resulted in an error.
SoapException There is a communication problem during the execution of the remote method call.

See Also

ITaskListManager Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace