DownloadResultResult Property |
Allows to get 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.9.36244
Syntaxpublic Item Result { get; }
Public ReadOnly Property Result As Item
Get
/** @property */
public Item get_Result()
function get Result () : Item
Property Value
Type:
Item
Remarks
Read only property. If an unhandled exception was raised during the file download then the property is null.
See Also