ShoppingCartItemCheckResultGetMessage Method |
Returns check result formatted as string. Message contains individual
error messages separated with specified separator. Empty string is returned when no errors found.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public virtual string GetMessage(
string separator
)
Parameters
- separator
- Type: SystemString
String to be used as a separator between messages.
Return Value
Type:
StringSee Also