Initializes a new instance of the WorkflowHostExtension class.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public WorkflowHostExtension( DynamicContext client, ICredentials credentials, string currentUser, string owner, Dictionary<string, Dictionary<string, string>> labels, bool allowNewInstancesInAD = false, Uri pdfServiceUri = null )
Parameters
- client
- Type: DynamicContext
The OData client - credentials
- Type: System.NetICredentials
Calling user. - currentUser
- Type: SystemString
Current user. - owner
- Type: SystemString
Owner of workflow instance. - labels
- Type: System.Collections.GenericDictionaryString, DictionaryString, String
The workflow action label dictionary. - allowNewInstancesInAD (Optional)
- Type: SystemBoolean
The AD replicator may reuse user names. - pdfServiceUri (Optional)
- Type: SystemUri
The PDF service Uri.
See Also