UploadFileCompletedEventArgs Class |
Provides data for
UploadFileCompleted event which is raised when uploading of a single file to vault was completed.
- Result
Result Item for uploading file to vault.
- Error
Information on error that occurred while uploading file.
- Cancelled
Boolean value. Shows if upload operation was cancelled.
- UserState
May contain additional information. Usually id of the file for which upload operation was completed.
Inheritance HierarchySystemObject
SystemEventArgs
System.ComponentModelAsyncCompletedEventArgs
Aras.IOMEUploadFileCompletedEventArgs
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic class UploadFileCompletedEventArgs : AsyncCompletedEventArgs
Public Class UploadFileCompletedEventArgs
Inherits AsyncCompletedEventArgs
public class UploadFileCompletedEventArgs extends AsyncCompletedEventArgs
public class UploadFileCompletedEventArgs extends AsyncCompletedEventArgs
The UploadFileCompletedEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) |
 | Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) |
 | Result |
Contains result Item of uploading file to vault operation.
|
 | UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) |
Top
See Also