WebCenter Interaction API  
 

IPTProperty.GetPickList Method 

Properties may optionally be associated with picklists. These picklists are used to supply choices to the user for the value of the Property. For example, if a system had a Nationality Property, it might make sense to display a picklist containing values like "Canada, USA, Mexico". This way, the values are standardized (e.g. a user won't type in "America" or "United States of America" instead of "USA")

IPTPickListEditor GetPickList();

Return Value

the editor for the picklist

See Also

IPTProperty Interface | com.plumtree.server Namespace | IPTPickListEditor