SubmissionResult Class
SubmissionResult class
This class represents the result of the submitting form data to the server.
public class SubmissionResult : IDisposable
Properties
| Name | Description |
|---|
| getContent Gets the content of the response message. | |
| getIsSuccess Gets a value indicating whether this result is success. | |
| getResponseMessage Gets the message represented the result of the submitting data to the server. | |
Methods
| Name | Description |
|---|
| dispose() | Releases unmanaged and managed resources. |
| loadDocument() | This method loads the new document based on response message. |
See Also