ContactData Constructor (String, String, String, String, String, String, String, String, String, String, NullableBoolean)

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? receiveMailNotifications
)

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.
receiveMailNotifications
Type: SystemNullableBoolean
The flag for mail notifications.
Remarks

For 18.2 compatibility only
See Also

Reference