GetVaultCommonConnectionPath Method
Gets the location for vault data that is shared between multiple application but is specific to a particular vault or server.
Syntax
FolderPathAbsolute GetVaultCommonConnectionPath(
Connection conn,
System.bool serverSpecific,
CommonPreferenceVersionRequirements serverVersionSpecific,
System.bool vaultSpecific
)Function GetVaultCommonConnectionPath( _
ByVal conn As Connection, _
ByVal serverSpecific As System.Boolean, _
ByVal serverVersionSpecific As CommonPreferenceVersionRequirements, _
ByVal vaultSpecific As System.Boolean _
) As FolderPathAbsoluteParameters
| Name | Description |
|---|---|
| conn | The connection to a specific vault |
| serverSpecific | Whether or not this location is server specific. |
| serverVersionSpecific | Whether or not this location is specific to a particular version of the server |
| vaultSpecific | Whether or not this location is specific to a particular vault. |
Return Value
The computed file path