Connection GetVaultName Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
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: 1.0.6.0 (1.0.6.0)
Syntax

public string GetVaultName(
	string vaultidentifier = ""
)

Parameters

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

Return Value

The display name of the vault.
Remarks

See Also