XmlFormView.SubmitState Enumeration
Specifies the state of the most recent form submit operation.
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Enumeration SubmitState
'Usage
Dim instance As XmlFormView.SubmitState
public enum SubmitState
Members
Member name | Description | |
---|---|---|
None | The form has not been submitted. | |
Success | The most recent form submission was successful. | |
Error | The submit process encountered an error. |
Remarks
If a newly-opened form has not been submitted, the XmlFormView.SubmitState value will be None.