WebCenter Interaction API  
 

IPTCardPropertyValues.Remove Method (Int32, Object)

Removes a particular property value with a given property id, it goes through all the properties in the list and tries to find a property with given id and value and removes it from the list. This method should be used when removing one of the values of multivalued property.

void Remove(
   int nPropertyID,
   object oVal
);

Parameters

nPropertyID
The ID of a property currently stored with this card.
oVal
Value of the property, in case multivalued properties multiple values occur with same property id.

See Also

IPTCardPropertyValues Interface | com.plumtree.server Namespace | IPTCardPropertyValues.Remove Overload List