Click or drag to resize
BCFileInVaultWriteToVault Method
Writes the content of the file to 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 void WriteToVault(
	string filePath,
	string nameInVault
)

Parameters

filePath
Type: SystemString
The file path which to write.
nameInVault
Type: SystemString
The name of the file in vault.
See Also