Aqualogic Interaction API  
 

IPTSession.GetSerializedPropertyBagName Method 

Retrieves the names of property bags matching the file pattern specified. 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 filename to return if multiple file names match the pattern.

string GetSerializedPropertyBagName(
   string strFileNamePattern,
   int nIndex
);

Parameters

strFileNamePattern
- The pattern to match.
nIndex
- Specifies which of the matching filenames to return.

Return Value

The file name.

See Also

IPTSession Interface | com.plumtree.server Namespace