Click or drag to resize

DownloadResult Class

Represents result of a single file download.
Inheritance Hierarchy
SystemObject
  Aras.IOMEDownloadResult

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

The DownloadResult type exposes the following members.

Constructors
  NameDescription
Public methodDownloadResult
Default 'ctor
Top
Properties
  NameDescription
Public propertyError
Allow to get an unhandled exception that was raised during the file download.
Public propertyResult
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