FormTypeEntry SubmitFormInstance Method (Uri, String)frevvo Live Forms
Submit the specified form instance.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public void SubmitFormInstance(
	Uri formInstanceUri,
	string nextActivityTypeId
)

Parameters

formInstanceUri
Type: OnlineSystem Uri
The form instance Uri
nextActivityTypeId
Type: OnlineSystem String
When submitting flows specify next|previous|finish
See Also