ModuleCommandsOnlineMarketingCreateNewContact Method |
Creates new contact and assigns given member.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static int OnlineMarketingCreateNewContact(
string firstName,
string lastName,
string email,
int relatedId,
int type
)
Parameters
- firstName
- Type: SystemString
Contact first name - lastName
- Type: SystemString
Contact last name - email
- Type: SystemString
E-mail address - relatedId
- Type: SystemInt32
Related ID - type
- Type: SystemInt32
Type of member (user, subscriber, customer)
Return Value
Type:
Int32See Also