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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public GeoLocationContactHelper(
	ContactInfo contact,
	string siteName
)

Parameters

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