Represents result of a single file upload.

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

Syntax

C#
public class UploadResult
Visual Basic (Declaration)
Public Class UploadResult
J#
public class UploadResult
JScript
public class UploadResult

Remarks

In case an unhandled exception was raised during the file upload the upload of the file is interrupted and the exception is stored in the Error property of the class. Otherwise the result of the Aras.IOME.CheckinManager.Checkin(...) for the file is stored in the Result property of the class.

Inheritance Hierarchy

System..::.Object
  Aras.IOME..::.UploadResult

See Also