WebCenter Interaction API  
 

IPTCard.SetCardSettings Method (Int32, Int32)

Set the value for a particular card setting identified by one of the PT_CARD_SETTINGS values. These settings govern various aspects of card storage behavior.

void SetCardSettings(
   int Value,
   int pvValue
);

Parameters

Value
One of the integer members specified in the PT_CARD_SETTINGS class
pvValue
Value stored for desired setting.

See Also

IPTCard Interface | com.plumtree.server Namespace | IPTCard.SetCardSettings Overload List