Represents result of a single file download.
Inheritance HierarchySystemObject
Aras.IOMEDownloadResult
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic class DownloadResult
Public Class DownloadResult
public class DownloadResult
public class DownloadResult
The DownloadResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Error |
Allow to get an unhandled exception that was raised during the file download.
|
 | Result |
Allows to get result item which is the item that was returned by Aras.IOM.Item.checkout(...)
for the file.
|
Top
Remarks
In case an unhandled exception was raised during the file download the download of the file is interrupted
and the exception is stored in the Error property of the class. Otherwise the result of the
Aras.IOM.Item.checkout(...) for the file is stored in the Result property of the class.
See Also