Click or drag to resize

ContactData(String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean) Constructor

Contact information.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ContactData(
	string key,
	string code,
	string type,
	string role,
	string department,
	string email,
	string name1,
	string name2,
	string summary,
	string culture,
	bool sendSmartTask,
	bool sendMailNotification,
	bool sendPushNotification
)

Parameters

key  String
The name key.
code  String
The name code.
type  String
The name type.
role  String
The role.
department  String
The department (if any).
email  String
The email (if any).
name1  String
First name.
name2  String
Last name.
summary  String
User friendly name.
culture  String
The current culture.
sendSmartTask  Boolean
Enable/disable sending smarttask.
sendMailNotification  Boolean
Enable/disable sending mail notification.
sendPushNotification  Boolean
Enable/disable sending push notification.
See Also