Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskListManager.RemoveTaskList Method 

Removes a task list.

void RemoveTaskList(
   ITaskList taskList
);

Parameters

taskList
The task list to remove; cannot be null.

Exceptions

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

See Also

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