Contains collection of results of uploading files to vault operations. Keys in hashtable are ids of the files that were uploaded to vault. Values are instances of UploadResult class. With additional information.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

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

See Also