Kentico 9.0 API Reference
Kentico 9.0 API Reference
Namespaces
CMS.OnlineMarketing
ICurrentContactProvider Interface
ICurrentContactProvider Methods
GetCurrentContact Method
SetCurrentContact Method
ICurrentContactProvider
SetCurrentContact Method
Stores information about the current contact into the current session, so next time (possibly in another request in the same session)
GetCurrentContact(RequestDependencies, SiteInfo, CurrentUserInfo, Boolean)
is called the stored contact is returned.
Namespace:
CMS.OnlineMarketing
Assembly:
CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
Copy
void
SetCurrentContact
(
SiteInfo
site
,
ContactInfo
contact
)
Parameters
site
Type:
CMS.SiteProvider
SiteInfo
Site where request happened.
contact
Type:
CMS.OnlineMarketing
ContactInfo
Contact who performed the request.
See Also
Reference
ICurrentContactProvider Interface
CMS.OnlineMarketing Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com