Click or drag to resize
IPAndUserAgentHelper Constructor (ContactInfo, String)
Constructor initializing objects with parameters.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public IPAndUserAgentHelper(
	ContactInfo contact,
	string siteName
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
Contact to be updated
siteName
Type: SystemString
Site name used for settings check
See Also