WorkflowHostExtension Constructor (DynamicContext, String, String, DictionaryString, DictionaryString, String, DictionaryString, Int32, Boolean, Uri, Boolean, Boolean, Boolean)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the WorkflowHostExtension class.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public WorkflowHostExtension(
	DynamicContext client,
	string currentUser,
	string owner,
	Dictionary<string, Dictionary<string, string>> labels,
	Dictionary<string, int> masks,
	bool allowNewInstancesInAD = false,
	Uri pdfServiceUri = null,
	bool sendSmartTask = true,
	bool sendMailNotification = false,
	bool sendPushNotification = false
)

Parameters

client
Type: DynamicContext
The OData client
currentUser
Type: SystemString
Current user.
owner
Type: SystemString
Owner of workflow instance.
labels
Type: System.Collections.GenericDictionaryString, DictionaryString, String
The workflow action label dictionary.
masks
Type: System.Collections.GenericDictionaryString, Int32

[Missing <param name="masks"/> documentation for "M:Scanjour.Workflow4.Base.WorkflowHostExtension.#ctor(Scanjour.OData.Client.Lite.DynamicContext,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.Dictionary{System.String,System.String}},System.Collections.Generic.Dictionary{System.String,System.Int32},System.Boolean,System.Uri,System.Boolean,System.Boolean,System.Boolean)"]

allowNewInstancesInAD (Optional)
Type: SystemBoolean
The AD replicator may reuse user names.
pdfServiceUri (Optional)
Type: SystemUri
The PDF service Uri.
sendSmartTask (Optional)
Type: SystemBoolean
Enable/disable sending of smarttask
sendMailNotification (Optional)
Type: SystemBoolean
Enable/disable sending mail notification
sendPushNotification (Optional)
Type: SystemBoolean
Enable/disable sending push notification
See Also

Reference