Click or drag to resize
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)
Syntax
public string GetVaultName(
	string vaultidentifier = ""
)

Parameters

vaultidentifier (Optional)
Type: SystemString
The vault in which the document resides.

Return Value

Type: String
The display name of the vault.
Remarks