ContactData(String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean) Constructor |
Contact information.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic 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
)
Public Sub New (
key As String,
code As String,
type As String,
role As String,
department As String,
email As String,
name1 As String,
name2 As String,
summary As String,
culture As String,
sendSmartTask As Boolean,
sendMailNotification As Boolean,
sendPushNotification As Boolean
)
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
)
new :
key : string *
code : string *
type : string *
role : string *
department : string *
email : string *
name1 : string *
name2 : string *
summary : string *
culture : string *
sendSmartTask : bool *
sendMailNotification : bool *
sendPushNotification : bool -> ContactData
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