Click or drag to resize
BCFileInVaultReadFromVault Method
Reads the content of the file from the vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string ReadFromVault(
	string nameInVault
)

Parameters

nameInVault
Type: SystemString
The name of the file in vault.

Return Value

Type: String
The path to the file.
See Also