Click or drag to resize
ShippingOptionValidatorValidate Method
Validates whether a shipping option can be associated with the shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual bool Validate()

Return Value

Type: Boolean
Returns true if validation passed, otherwise returns false.

Implements

IValidatorValidate
See Also