Removes an array of text values from the selection list.
values
cannot be null
or contain an empty string or strings longer than 255 characters. Text values will preserve whitespace when stored and are case-sensitive during comparison. Only exact matches will be removed and duplicate string values will only be removed once. The removed values will not be removed permanently until Store
is called.
Exception Type | Condition |
---|---|
InvalidOperationException | The selection list has already been removed. |
ArgumentException | The values contain an empty string, or a string longer than 255 characters. |
ISelectionList Interface | Plumtree.Remote.PRC.Content.SelectionList Namespace