Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISelectionList.GetValues Method 

Retrieves all text values from the selection list.

string[] GetValues();

Return Value

An array of text values in the selection list or an empty array if there are no values. The order of values returned will match the order in the selection list.

Exceptions

Exception Type Condition
InvalidOperationException The selection list has already been removed.

See Also

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