Class CustomerContactExtensions
Extension methods for customer contact.
Inheritance
System.Object
CustomerContactExtensions
Namespace: Mediachase.Commerce.Extensions
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public static class CustomerContactExtensions : Object
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 |
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 |