Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ITaskListManager.RemoveTaskList Method 

Removes a task list.

void RemoveTaskList(
   ITaskList taskList
);

Parameters

taskList
Task list to remove; cannot be null.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
ArgumentException If ID of the task 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