Click or drag to resize

UploadResultResult Property

Allows to get result item which is the item that was returned by Aras.IOME.Checkin(...) 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
Remarks
Read only property. If an unhandled exception was raised during the file download then the property is null.
See Also