Click or drag to resize
IContactDetailsFieldResolverResolveField Method
Resolves detail field for given contact.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 10.0.0
Syntax
C#
Object ResolveField(
	ContactInfo contact
)

Parameters

contact
Type: CMS.ContactManagementContactInfo
Contact the detail field is resolved for

Return Value

Type: Object
Resolved field. This object will be serialized to JSON in contact component
Exceptions
ExceptionCondition
ArgumentNullExceptioncontact is null
See Also