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

Note: This API is now obsolete.
Initializes a new instance of the WorkflowHostExtension class.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[ObsoleteAttribute("Please use the constructor without Credentials argument", 
	true)]
public WorkflowHostExtension(
	DynamicContext client,
	ICredentials credentials,
	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  DynamicContext
The OData client
credentials  ICredentials
Calling user.
currentUser  String
Current user.
owner  String
Owner of workflow instance.
labels  DictionaryString, DictionaryString, String
The workflow action label dictionary.
masks  DictionaryString, Int32

[Missing <param name="masks"/> documentation for "M:Scanjour.Workflow4.Base.WorkflowHostExtension.#ctor(Scanjour.OData.Client.Lite.DynamicContext,System.Net.ICredentials,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  Boolean  (Optional)
The AD replicator may reuse user names.
pdfServiceUri  Uri  (Optional)
The PDF service Uri.
sendSmartTask  Boolean  (Optional)
Enable/disable sending of smarttask
sendMailNotification  Boolean  (Optional)
Enable/disable sending mail notification
sendPushNotification  Boolean  (Optional)
Enable/disable sending push notification

See Also