Click or drag to resize

DataTransferServiceRemoveFile Method

Remove file.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RemoveFile(
	DataTransferServiceConfiguration serviceConfiguration,
	Uri destinationURL,
	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 path location to be removed.
optionalParameters
Type: Avaya.ClientServicesDataTransferOptionalParameters
Optional parameters to control upload process.
completionHandler
Type: Avaya.ClientServicesDataTransferServiceDataTransferCompletionHandler
The completion handler for this operation.
See Also