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: 11.0.0.6296

Syntax

C#
public Item Result { get; private set; }
Visual Basic (Declaration)
Public Property Result As Item
J#
/** @property */
public Item get_Result()
/** @property */
public  void set_Result(Item value)
JScript
public function get Result () : Item
public function set Result (value : Item)

Remarks

Read only property. If an unhandled exception was raised during the file download then the property is null.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe Cancelled property is true.
System.Reflection..::.TargetInvocationException The Error property has been set by the asynchronous operation. The InnerException property holds a reference to Error.

See Also