Click or drag to resize
IContactDemographicsDataRetrieverCanRetrieve Method
Returns if this retriever matches given identifier.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 13.0.131
Syntax
C#
bool CanRetrieve(
	string identifier
)

Parameters

identifier
Type: SystemString
Identifier to match this retriever.

Return Value

Type: Boolean
See Also