FormArchiveHelperUpdateFormArchive Method |
Updates a process' form archive provided a filtered action context.
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public static void UpdateFormArchive(
int processInstanceId,
int activityInstanceId,
ContextParameters requestContext,
ContextParameters actionContext,
ContextParameters filteredContext,
LinkedList<string> fieldIds,
string userLanguage,
string portalUrl,
string formFolderPath
)
Public Shared Sub UpdateFormArchive (
processInstanceId As Integer,
activityInstanceId As Integer,
requestContext As ContextParameters,
actionContext As ContextParameters,
filteredContext As ContextParameters,
fieldIds As LinkedList(Of String),
userLanguage As String,
portalUrl As String,
formFolderPath As String
)
Parameters
- processInstanceId
- Type: SystemInt32
- activityInstanceId
- Type: SystemInt32
- requestContext
- Type: WorkflowGen.My.DataContextParameters
- actionContext
- Type: WorkflowGen.My.DataContextParameters
- filteredContext
- Type: WorkflowGen.My.DataContextParameters
- fieldIds
- Type: System.Collections.GenericLinkedListString
- userLanguage
- Type: SystemString
- portalUrl
- Type: SystemString
- formFolderPath
- Type: SystemString
See Also