Contact information.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public ContactData( string key, string code, string type, string department, string email, string name1, string name2, string summary, string culture )
Parameters
- key
- Type: SystemString
The name key. - code
- Type: SystemString
The name code. - type
- Type: SystemString
The name type. - department
- Type: SystemString
The department (if any). - 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.
Remarks
See Also