ItemOperationCompletedEventArgs Members

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

The ItemOperationCompletedEventArgs type exposes the following members.

Constructors

  Name Description
Public method ItemOperationCompletedEventArgs
Initializes a new instance of the ItemOperationCompletedEventArgs class

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property ErrorMessage
Property for holding the error message if an error occurs.
Public property ErrorReason
Property for holding the reason if an error occurs.
Public property ItemOperationException
Property for holding the exception thrown by MultiArchive web service.
Public property Status
Property for holding the status of the CreateItem call. The status can be OK, Error or Cancelled.
Public property Urn
Property for holding the ItemURN of the newly created item.

See Also