Try our conversational search powered by Generative AI!

Class CustomerContactExtensions

Extension methods for customer contact.

Inheritance
System.Object
CustomerContactExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Extensions
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public static class CustomerContactExtensions

Methods

GetHtmlEncodedEmail(CustomerContact)

Gets the email from customerContact HTML encoded.

Declaration
public static string GetHtmlEncodedEmail(this CustomerContact customerContact)
Parameters
Type Name Description
CustomerContact customerContact

The customer contact.

Returns
Type Description
System.String

The email from customerContact HTML encoded.

GetHtmlEncodedFullName(CustomerContact)

Gets the full name from customerContact HTML encoded.

Declaration
public static string GetHtmlEncodedFullName(this CustomerContact customerContact)
Parameters
Type Name Description
CustomerContact customerContact

The customer contact.

Returns
Type Description
System.String

The full name from customerContact HTML encoded.