Plumtree EDK (Enterprise Web Development Kit) 5.4.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 if the object already been removed.
SoapException if there is a communication problem during the execution of the remote method call.

See Also

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