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.111.0)
Syntaxpublic void WriteToVault(
	string filePath,
	string nameInVault
)
Public Sub WriteToVault ( 
	filePath As String,
	nameInVault As String
)
Parameters
- filePath
 - Type: SystemString
The file path which to write. - nameInVault
 - Type: SystemString
The name of the file in vault. 
See Also