Represents result of a single file download.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public class DownloadResult
Visual Basic (Declaration)
Public Class DownloadResult
J#
public class DownloadResult
JScript
public class DownloadResult

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.

Inheritance Hierarchy

System..::.Object
  Aras.IOME..::.DownloadResult

See Also