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: 13.0.131
Syntax
C#
public interface IContactDemographicsDataRetriever

The IContactDemographicsDataRetriever type exposes the following members.

Methods
  NameDescription
Public methodCanRetrieve
Returns if this retriever matches given identifier.
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