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.40.0)

Syntax

C#
public void GCFUpload(
	string vaultName,
	string destFileName,
	string srcFilePath
)
Visual Basic
Public Sub GCFUpload ( _
	vaultName As String, _
	destFileName As String, _
	srcFilePath As String _
)
Visual C++
public:
void GCFUpload(
	String^ vaultName, 
	String^ destFileName, 
	String^ srcFilePath
)

Parameters

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

See Also