Stores the selection list.
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.
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. |
ISelectionList Interface | Plumtree.Remote.PRC.Content.SelectionList Namespace