BCFileInVaultWriteToVault Method |
Writes the content of the file to the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void WriteToVault(
string filePath,
string nameInVault
)
Public Sub WriteToVault (
filePath As String,
nameInVault As String
)
public:
void WriteToVault(
String^ filePath,
String^ nameInVault
)
member WriteToVault :
filePath : string *
nameInVault : string -> unit
Parameters
- filePath
- Type: SystemString
The file path which to write. - nameInVault
- Type: SystemString
The name of the file in vault.
See Also