Click or drag to resize
ContactHelperGetNewContact Method
Creates and returns new anonymous contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ContactInfo GetNewContact(
	string namePrefix,
	bool anonymous,
	int siteID
)

Parameters

namePrefix
Type: SystemString
anonymous
Type: SystemBoolean
siteID
Type: SystemInt32

Return Value

Type: ContactInfo
Returns new ContactInfo
See Also