Click or drag to resize
IContactDetailsControllerServiceRegisterContactDetailsFieldResolver Method
Registers given fieldResolver for given fieldName. Once the field with fieldName will be proceeded, result of fieldResolver will be used as the field value.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 10.0.0
Syntax
C#
void RegisterContactDetailsFieldResolver(
	string fieldName,
	IContactDetailsFieldResolver fieldResolver
)

Parameters

fieldName
Type: SystemString
Name of the field the fieldResolver is registered for
fieldResolver
Type: CMS.ContactManagement.Web.UI.InternalIContactDetailsFieldResolver
Implementation fo IContactDetailsFieldResolver resolving the value for given fieldName
See Also