Click or drag to resize
IContactDemographicsDataRetriever Interface
Provides contract for obtaining source data required by contact demographics control.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
public interface IContactDemographicsDataRetriever

The IContactDemographicsDataRetriever type exposes the following members.

Methods
  NameDescription
Public methodGetCaption
Gets caption that can be used as header of the demographics page, in breadcrumbs and in the page title.
Public methodGetContactObjectQuery
Gets contact object query suitable for contact demographics control.
Top
See Also