BCHttpProviderGCFUpload Method  | 
 
            Uploads the specified file to the predefined GCF location.
            
 
    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 GCFUpload(
	string vaultName,
	string destFileName,
	string srcFilePath
)
Public Sub GCFUpload ( 
	vaultName As String,
	destFileName As String,
	srcFilePath As String
)
Parameters
- vaultName
 - Type: SystemString
            The name of the remote vault (not the WebAccessLocationID 
            property value of the remote vault, because this will change when 
            the vault is republished).
             - destFileName
 - Type: SystemString
            The name of the destination file.
             - srcFilePath
 - Type: SystemString
            The path to the local file to upload.
             
See Also