Click or drag to resize

DownloadFileCompletedEventArgsResult Property

Returns the result item which is the item that was returned by Aras.IOM.Item.checkout(...) for the file.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item Result { get; }

Property Value

Type: Item
Exceptions
ExceptionCondition
InvalidOperationExceptionThe Cancelled property is true.
TargetInvocationException The Error property has been set by the asynchronous operation. The InnerException property holds a reference to Error.
Remarks
Read only property. If an unhandled exception was raised during the file download then the property is null.
See Also