UploadFilesCompletedEventArgsResult Property |
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: 14.0.20.39432
Syntaxpublic Hashtable Result { get; }
Public ReadOnly Property Result As Hashtable
Get
/** @property */
public Hashtable get_Result()
function get Result () : Hashtable
Property Value
Type:
Hashtable
See Also