Click or drag to resize
ModuleCommands.OnlineMarketingCreateNewContact Method
Creates new contact and assignes given member.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static int OnlineMarketingCreateNewContact(
	string firstName,
	string lastName,
	string email,
	int siteId,
	int relatedId,
	int type
)

Parameters

firstName
Type: System.String
Contact first name
lastName
Type: System.String
Contact last name
email
Type: System.String
E-mail address
siteId
Type: System.Int32
Site ID
relatedId
Type: System.Int32
Related ID
type
Type: System.Int32
Type of member (user, subscriber, customer)

Return Value

Type: Int32
See Also