GeoLocationContactHelperUpdateContactLocation Method |
Update contact profile based on geolocation data from the IP address.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax public void UpdateContactLocation(
bool saveContact = true
)
Parameters
- saveContact (Optional)
- Type: SystemBoolean
If true, the contact is saved after its location is updated
See Also