IFileRepositoryServiceUploadAsync Method

The Upload method performs the upload processing to send a file to the server.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Task<bool> UploadAsync(
	string file
)

Parameters

file
Type: SystemString
the path of the file to be sent to the server.

Return Value

Type: TaskBoolean
Returns True if the upload was successful, otherwise false if it failed.
See Also

Reference