Oracle® WebCenter Interaction Development Kit 10.3.3.0.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

The ITaskList object or null if it does not exist or the user does not have permission to 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