Removes the first occurance of a property value with the give id from the list of property values stored with this card. Do not use this method for removing one of the values of multivalued property. Use different Remove method that takes input of property id and value.
Removes the first occurance of a property value with the give id from the list of property values stored with this card. Do not use this method for removing one of the values of multivalued property. Use different Remove method that takes input of property id and value.
void Remove(int);
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,object);
IPTCardPropertyValues Interface | com.plumtree.server Namespace