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
Syntaxpublic Item Result { get; }
Public ReadOnly Property Result As Item
Get
/** @property */
public Item get_Result()
function get Result () : Item
Property Value
Type:
Item
ExceptionsException | Condition |
---|
InvalidOperationException | The 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