Click or drag to resize

UploadResult Class

Represents result of a single file upload.
Inheritance Hierarchy
SystemObject
  Aras.IOMEUploadResult

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class UploadResult

The UploadResult type exposes the following members.

Constructors
  NameDescription
Public methodUploadResult
Default 'ctor
Top
Properties
  NameDescription
Public propertyError
Allow to get an unhandled exception that was raised during the file upload.
Public propertyResult
Allows to get result item which is the item that was returned by Aras.IOME.Checkin(...) for the file.
Top
Remarks
In case an unhandled exception was raised during the file upload the upload of the file is interrupted and the exception is stored in the Error property of the class. Otherwise the result of the Aras.IOME.CheckinManager.Checkin(...) for the file is stored in the Result property of the class.
See Also