Click or drag to resize

ICancellationsUploadFile Method

Upload a file relating to a cancellation.

Namespace:  IAS
Assembly:  Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
CommonErrorInfoType UploadFile(
	CommonUploadFileRequestType request
)

Parameters

request
Type: IASCommonUploadFileRequestType
Authentication information and upload parameters.

Return Value

Type: CommonErrorInfoType
Returns a common error object with either success or failure with error message.
See Also