Click or drag to resize
IContactDemographicsDataRetrieverGetContactObjectQuery Method
Gets contact object query suitable for 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#
ObjectQuery<ContactInfo> GetContactObjectQuery(
	NameValueCollection parameters
)

Parameters

parameters
Type: System.Collections.SpecializedNameValueCollection
Collection of parameters specifying further the data to be loaded

Return Value

Type: ObjectQueryContactInfo
See Also