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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.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