|
| MultiArchive SDK .NET Documentation |
| ItemOperationCompletedEventArgs Members |
| ItemOperationCompletedEventArgs Class Constructors Methods Properties See Also Send Feedback |
|
[This is preliminary documentation and is subject to change.]
The ItemOperationCompletedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
ItemOperationCompletedEventArgs |
Initializes a new instance of the ItemOperationCompletedEventArgs class
|
Methods
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
ErrorMessage |
Property for holding the error message if an error occurs.
|
|
ErrorReason |
Property for holding the reason if an error occurs.
|
|
ItemOperationException |
Property for holding the exception thrown by MultiArchive web service.
|
|
Status |
Property for holding the status of the CreateItem call. The status can be OK, Error or Cancelled.
|
|
Urn |
Property for holding the ItemURN of the newly created item.
|