Aqualogic Interaction API  
 

IPTSession.CreateSerializedPropertyBag Method 

Saves a Property Bag as a config file. The base directory where the files will be saved is specified by the server config parameter PT_SERVER_CONFIG_SETTINGNAME.PT_SETTINGNAME_PROPBAG_FILES_PATH.

void CreateSerializedPropertyBag(
   string FileName,
   IXPPropertyBag bag
);

Parameters

FileName
bag
- The IXPPropertyBag that will be serialized and saved in the target file.

See Also

IPTSession Interface | com.plumtree.server Namespace