ItemOperationCompletedEventArgs Properties

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.

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