Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISelectionList.Name Property

Gets or sets the name of the selection list.

string Name {get; set;}

Property Value

A string describing the selection list name; cannot be null, empty, or longer than 255 characters. The string used for the name will be trimmed of leading and trailing whitespace when it is stored and is case-insensitive during name comparison.

Exceptions

Exception Type Condition
InvalidOperationException The selection list has been removed.

See Also

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