FreeFlow class library

ActionPage.Submit Method (String, String)

Submits the action. Note, for non-confirm actions this method will not do anything since starting the action also submits it.

[Visual Basic]
Overloads Public Sub Submit( _
   ByRef chainedAction As String, _
   ByRef reopenFolderId As String _
)
[C#]
public void Submit(
   out string chainedAction,
   out string reopenFolderId
);

Parameters

chainedAction
The name of the next chained action, if there is one.
reopenFolderId
Indicates the folder ID to be reopened, if there is one.

See Also

ActionPage Class | FreeFlow.Client Namespace | ActionPage.Submit Overload List