Click or drag to resize

DataTransferServiceUploadFile Method

Upload/Update file to/on destination.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CancellableDataRetrieval UploadFile(
	DataTransferServiceConfiguration serviceConfiguration,
	Uri destinationURL,
	string sourceFileLocation,
	DataTransferOptionalParameters optionalParameters,
	DataTransferServiceDataTransferCompletionHandler completionHandler
)

Parameters

serviceConfiguration
Type: Avaya.ClientServicesDataTransferServiceConfiguration
Service configuration that will be used for this request.
destinationURL
Type: SystemUri
The URL of the file to be uploaded to.
sourceFileLocation
Type: SystemString
The full path to local file.
optionalParameters
Type: Avaya.ClientServicesDataTransferOptionalParameters
Optional parameters to control upload process.
completionHandler
Type: Avaya.ClientServicesDataTransferServiceDataTransferCompletionHandler
The completion handler for this operation.

Return Value

Type: CancellableDataRetrieval
CancellableDataRetrieval object for canceling the request.
See Also