Click or drag to resize
IContactDetailsFieldResolver Interface
Provides method for resolving special contact detail fields. It can be used in cases the primitive and reference types are not sufficient for contact detail component.

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

The IContactDetailsFieldResolver type exposes the following members.

Methods
  NameDescription
Public methodResolveField
Resolves detail field for given contact.
Top
See Also