BulkWorkflowWorkItem constructor (String, NameValueCollection, Guid, Int32)
Initializes a new instance of the BulkWorkflowWorkItem class.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub New ( _
strFormData As String, _
nvcQueryString As NameValueCollection, _
gWorkflowTemplateId As Guid, _
nTaskType As Integer _
)
'Usage
Dim strFormData As String
Dim nvcQueryString As NameValueCollection
Dim gWorkflowTemplateId As Guid
Dim nTaskType As Integer
Dim instance As New BulkWorkflowWorkItem(strFormData, _
nvcQueryString, gWorkflowTemplateId, _
nTaskType)
public BulkWorkflowWorkItem(
string strFormData,
NameValueCollection nvcQueryString,
Guid gWorkflowTemplateId,
int nTaskType
)
Parameters
strFormData
Type: System.StringA string value that contains data from the workflow initiation form.
nvcQueryString
Type: System.Collections.Specialized.NameValueCollectionA name value collection that is contained in the query string.
gWorkflowTemplateId
Type: System.GuidA GUID that represents the workflow template identifier (ID).
nTaskType
Type: System.Int32Type of workflow task that is associated with this workflow.