BCHttpProviderGCFUpload Method |
Uploads the specified file to the predefined GCF location.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void GCFUpload(
string vaultName,
string destFileName,
string srcFilePath
)
Public Sub GCFUpload (
vaultName As String,
destFileName As String,
srcFilePath As String
)
public:
void GCFUpload(
String^ vaultName,
String^ destFileName,
String^ srcFilePath
)
member GCFUpload :
vaultName : string *
destFileName : string *
srcFilePath : string -> unit
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