Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISelectionList.Store Method 

Stores the selection list.

void Store();

Remarks

Any modification to the selection list will not be stored permanently until this method is called. This method can be used to persist a newly created selection list or edit an existing one.

Exceptions

Exception Type Condition
ContentSecurityException The user does not have permission to store the selection list.
NameAlreadyInUseException There is already a selection list with the given name in the same folder.
ContentException The method call resulted in a Publisher exception.
InvalidOperationException The selection list has already been removed, or if its containing folder has been removed.
ArgumentException The values contain an empty string.
SoapException There was a communication problem during the execution of the remote method call.

See Also

ISelectionList Interface | Plumtree.Remote.PRC.Content.SelectionList Namespace