Click or drag to resize
ContactInfoProviderSetContactInfo Method (ContactInfo)
Sets (updates or inserts) specified contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetContactInfo(
	ContactInfo contactObj
)

Parameters

contactObj
Type: CMS.OnlineMarketingContactInfo
Contact to be set
See Also