Click or drag to resize
IContactDetailsControllerService Interface
Provides service methods used in ContactDetailsController.

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 IContactDetailsControllerService

The IContactDetailsControllerService type exposes the following members.

Methods
  NameDescription
Public methodGetContactDetailsViewModel
Gets collection of ContactDetailsViewModel for the given contactID.
Public methodRegisterContactDetailsFieldResolver
Registers given fieldResolver for given fieldName. Once the field with fieldName will be proceeded, result of fieldResolver will be used as the field value.
Top
See Also