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.111.0)
Syntax public string ReadFromVault(
string nameInVault
)
Public Function ReadFromVault (
nameInVault As String
) As String
Parameters
- nameInVault
- Type: SystemString
The name of the file in vault.
Return Value
Type:
StringThe path to the file.
See Also