FormDataHelperUpdateFormData Method |
Updates a process form data provided a filtered action context
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.3.0 (8.3.3.20240926)
Syntax public static void UpdateFormData(
ContextParameters actionContext,
ContextParameters filteredContext,
string formFolderPath
)
Public Shared Sub UpdateFormData (
actionContext As ContextParameters,
filteredContext As ContextParameters,
formFolderPath As String
)
Parameters
- actionContext
- Type: WorkflowGen.My.DataContextParameters
- filteredContext
- Type: WorkflowGen.My.DataContextParameters
- formFolderPath
- Type: SystemString
See Also