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

Scanjour Workflow4 Reference Manual
Contact information.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.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
Type: SystemString
The name key.
code
Type: SystemString
The name code.
type
Type: SystemString
The name type.
role
Type: SystemString
The role.
department
Type: SystemString
The department (if any).
email
Type: SystemString
The email (if any).
name1
Type: SystemString
First name.
name2
Type: SystemString
Last name.
summary
Type: SystemString
User friendly name.
culture
Type: SystemString
The current culture.
sendSmartTask
Type: SystemBoolean
Enable/disable sending smarttask.
sendMailNotification
Type: SystemBoolean
Enable/disable sending mail notification.
sendPushNotification
Type: SystemBoolean
Enable/disable sending push notification.
See Also

Reference