Click or drag to resize

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 Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelAsyncCompletedEventArgs
      Aras.IOMEUploadFileCompletedEventArgs

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public class UploadFileCompletedEventArgs : AsyncCompletedEventArgs

The UploadFileCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancelled
Gets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs.)
Public propertyError
Gets a value indicating which error occurred during an asynchronous operation.
(Inherited from AsyncCompletedEventArgs.)
Public propertyResult
Contains result Item of uploading file to vault operation.
Public propertyUserState
Gets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs.)
Top
See Also