Click or drag to resize

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.1.3.0 (8.1.3.20220620)
Syntax
public static void UpdateFormData(
	ContextParameters actionContext,
	ContextParameters filteredContext,
	string formFolderPath
)

Parameters

actionContext
Type: WorkflowGen.My.DataContextParameters
filteredContext
Type: WorkflowGen.My.DataContextParameters
formFolderPath
Type: SystemString
See Also