Aqualogic Interaction API  
 

IPTSession.GetSerializedPropertyBag Method 

Retrieves and loads an IXPPropertyBag from the config file matching the specified pattern. The base directory to search is specified by the server config parameter PT_SERVER_CONFIG_SETTINGNAME.PT_SETTINGNAME_PROPBAG_FILES_PATH. The index specifies which file to load if multiple file names match the pattern.

IXPPropertyBag GetSerializedPropertyBag(
   string strFileNamePattern,
   int nIndex
);

Parameters

strFileNamePattern
- The pattern to match.
nIndex
- Specifies which of the specified files to load.

Return Value

IXPPropertyBag representation of the config file.

See Also

IPTSession Interface | com.plumtree.server Namespace