WebCenter Interaction API  
 

IPTSession.SetSettings Method (Int32, XPDateTime)

Set session-wide settings.

void SetSettings(
   int iSetting,
   XPDateTime ptdtValue
);

Parameters

iSetting
- The ID of the setting to set. Valid values are from the PT_SESSION_SETTINGS enumeration, but there are currently no date/time settings that can be set using this method.
ptdtValue
- The value to associate with the specified setting.

See Also

IPTSession Interface | com.plumtree.server Namespace | IPTSession.SetSettings Overload List