WebCenter Interaction API  
 

IPTSession.SetSettings Method (Int32, String)

Set session-wide settings.

void SetSettings(
   int iSetting,
   string strValue
);

Parameters

iSetting
- The ID of the setting to set. Valid values are below from the PT_SESSION_SETTINGS enumeration: PT_SESSION_SETTINGS.PT_SESSION_RELATIVEDOCURLPREFIX (The prefix to use with relative URLs). PT_SESSION_SETTINGS.PT_SESSION_LOCALE PT_SESSION_SETTINGS.PT_SESSION_LANGUAGE
strValue
- The value to associate with the specified setting.

See Also

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