 | 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)
SyntaxCommonErrorInfoType UploadFile(
CommonUploadFileRequestType request
)
Function UploadFile (
request As CommonUploadFileRequestType
) As CommonErrorInfoType
function UploadFile(
request : CommonUploadFileRequestType
) : CommonErrorInfoType
function UploadFile(request);
Parameters
- request
- Type: IASCommonUploadFileRequestType
Authentication information and upload parameters.
Return Value
Type:
CommonErrorInfoTypeReturns a common error object with either success or failure with error message.
See Also