The QaSiteConfiguration object represents a Site Configuration entry in the CM4D Site Database. When CM4D is started all Site Configurations are loaded from the Site Database and become available to the API. The QaDoc API object has methods to get Site Configurations. Changes to Site Configurations must be committed via the QaDoc.UpdateDatabase method. A CM4D document does not need to be opened (via QaDoc.OpenDocument) to obtain or update Site Configurations. New Site Configurations must be added via the SiteManager application. Site Manager Privilege is required to modify Site Configurations.
QaSiteConfiguration - Properties
| Property | Description | Return Type | Input Parameters | Remarks |
| ChangeLogging; | Site Change Logging Status | eChangeLogging | ||
| Code; | Site Code | BSTR | Get-only | |
| Description; | Site Description | BSTR | ||
| ID; | Site Unique Identifier | BSTR | Get-only | |
| ImagePath; | Site Image Path | BSTR | ||
| Label; | Site Label | BSTR | ||
| UncPath; | Site UNC Path | BSTR |
QaSiteConfiguration - Enumerators
QaSiteConfiguration Change Logging - eChangeLogging
| Enumerator | Description | Help String | Input Parameters | Remarks |
| eChangeLoggingOff = 0, | Change Logging Off | |||
| eChangeLoggingOn = 1 | Change Logging On |
Can we improve this topic? Click Send Feedback in the upper right of the screen to share your comments!