Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual string GetMessage(
	string separator
)

Parameters

separator
Type: SystemString
String to be used as a separator between messages.

Return Value

Type: String
See Also