Class CustomerPropertiesCriterion
Detect users that meets the selected property type and value
Inheritance
System.Object
CustomerPropertiesCriterion
Namespace: EPiServer.Business.Commerce.VisitorGroupsCriteria
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class CustomerPropertiesCriterion : CriterionBase<CustomerPropertiesModel>
Constructors
CustomerPropertiesCriterion()
Declaration
public CustomerPropertiesCriterion()
Methods
IsMatch(IPrincipal, HttpContextBase)
Determines whether the specified principal is match.
Declaration
public override bool IsMatch(IPrincipal principal, HttpContextBase httpContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Security.Principal.IPrincipal | principal | The principal. |
| System.Web.HttpContextBase | httpContext | The HTTP context. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|