WebCenter Interaction API  
 

IPTProperty.SetCharacteristics Method (Int32, String)

Properties have a number of characteristics which determine how the Property is used. These characteristics are defined by the PT_PROPERTY_CHARACTERISTICS constants. Call this function to set the value of a characteristic.

void SetCharacteristics(
   int propertyCharacteristic,
   string characteristicValue
);

Parameters

propertyCharacteristic
the ID of the characteristic
characteristicValue
the value to be assigned to the characteristic

See Also

IPTProperty Interface | com.plumtree.server Namespace | IPTProperty.SetCharacteristics Overload List | PT_PROPERTY_TYPES