Aqualogic Interaction API  
 

IPTSession.GetNumberOfSerializedPropertyBags Method 

Retrieves the number 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.

int GetNumberOfSerializedPropertyBags(
   string strFileNamePattern
);

Parameters

strFileNamePattern
- The pattern to match. Use the '*' character as a wildcard.

Return Value

The number of config files matching the specified pattern.

See Also

IPTSession Interface | com.plumtree.server Namespace