Note: This API is now obsolete.
Initializes a new instance of the WorkflowHostExtension class.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
[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
- 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. - masks
- Type: System.Collections.GenericDictionaryString, 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 (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