GetSiteCompatibilityWithVault Method
Tests a site (a server location in a multi site environment) to make sure it is compatible with the master vault database. Compatibility problems could arise if the site is updated but the database wasn't, or vice versa)
Syntax
SiteCompatibilityResult GetSiteCompatibilityWithVault(
System.string serverName,
System.string vaultName
)Function GetSiteCompatibilityWithVault( _
ByVal serverName As System.String, _
ByVal vaultName As System.String _
) As SiteCompatibilityResultParameters
| Name | Description |
|---|---|
| serverName | The name of the server to test |
| vaultName | The name of the vault to test |
Return Value
An object which contains the compatiblity results, including any errors that might have occurred.