Click or drag to resize
GeoLocationContactHelperUpdateContactLocation Method
Update contact profile based on geolocation data from the IP address.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public void UpdateContactLocation(
	bool saveContact = true
)

Parameters

saveContact (Optional)
Type: SystemBoolean
If true, the contact is saved after its location is updated
See Also