Provides information for UploadFilesCompleted event which is raised when uploading of all files in configuration was completed.
  • Result Returns hashtable with the results of uploading files to vault. Key is the id of uploaded file, value is the instance of UploadResult class.
  • Error Information on error that occured while uploading files.
  • Cancelled Boolean value. Shows if upload operation was cancelled.
  • UserState May contain additional information. Usually initial checkin configuration.

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

Syntax

C#
public class UploadFilesCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class UploadFilesCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
J#
public class UploadFilesCompletedEventArgs extends AsyncCompletedEventArgs
JScript
public class UploadFilesCompletedEventArgs extends AsyncCompletedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.AsyncCompletedEventArgs
      Aras.IOME..::.UploadFilesCompletedEventArgs

See Also