FormSaveWithNameResponse
The FormSaveWithNameResponse class represents the response for saving a form, including details such as document key, document name, form name, view name, and the form save response.
Properties
| Name | Description |
|---|---|
| FormName | Gets or sets the name of the form. |
| FormSaveResponse | Gets or sets the wrapped response for the form save operation. |
| ViewName | Gets or sets the name of the view. |
| DocumentKey | Gets or sets the key associated with the document. |
| DocumentName | Gets or sets the name of the document. |