Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskList.Store Method 

Stores the task list.

void Store();

Remarks

Any modification of the task list will not be stored permanently until this method is called. Can be used to store a newly created task list or edit an existing task list.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
InvalidOperationException The object has already been removed.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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