Represents result of a single file upload.
Inheritance HierarchySystemObject
Aras.IOMEUploadResult
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic class UploadResult
Public Class UploadResult
public class UploadResult
public class UploadResult
The UploadResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Error |
Allow to get an unhandled exception that was raised during the file upload.
|
 | Result |
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