BCHttpProvider GCFUpload Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Uploads the specified file to the predefined GCF location.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public void GCFUpload(
	string vaultName,
	string destFileName,
	string srcFilePath
)

Parameters

vaultName
Type: OnlineSystem String
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: OnlineSystem String
The name of the destination file.
srcFilePath
Type: OnlineSystem String
The path to the local file to upload.
See Also