AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.GetSelectionListPropertyValue Method 

Returns the value of the specified ISelectionListProperty.

string GetSelectionListPropertyValue(
   IBaseProperty selectionListProperty
);

Parameters

selectionListProperty
The ISelectionListProperty; cannot be null.

Return Value

The value of the specified ISelectionListProperty. An ArgumentException will be thrown if content item does not contain the specified property.

Remarks

See the code sample in setSelectionListPropertyValue for an example of how to retrieve and update a value for an ISelectionListProperty.

Exceptions

Exception TypeCondition
ArgumentException The item does not contain the specified property.
InvalidOperationException The item has been removed or the value has not been set for the specified property.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace