ContactManagementContextGetCurrentContact Method |
Name | Description | |
---|---|---|
GetCurrentContact(Boolean) |
Returns current contact. Tries to find contact in persistent storage, obtains it from the users or tries to recognize
it according to known information. If no contact can be found and createAnonymous is true (default), it creates a new anonymous contact. If Online marketing is
not enabled or there is no license for ContactManagement found, null is returned. Also, null is returned if request
is made by crawler (googlebot, etc.). Currently authenticated user is used to find contacts.
| |
GetCurrentContact(CurrentUserInfo, Boolean) | Obsolete.
Returns current contact. Tries to find contact in persistent storage, obtains it from the users or tries to recognize
it according to known information. If no contact can be found, it creates a new anonymous contact. If Online marketing is
not enabled or there is no license for ContactManagement found, null is returned. Also, null is returned if request
is made by crawler (googlebot, etc.).
|