ConnectionGetVaultName Method |
Returns the display name of the vault. The method returns an error when a null string (“”) is passed and
no vault has been opened before.
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic string GetVaultName(
string vaultidentifier = ""
)
Public Function GetVaultName (
Optional vaultidentifier As String = ""
) As String
Parameters
- vaultidentifier (Optional)
- Type: SystemString
The vault in which the document resides.
Return Value
Type:
StringThe display name of the vault.
Remarks
See Also