Click or drag to resize
EcommerceUIHelperFormatDependencyMessage Method
Formats the message containing list of dependencies.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string FormatDependencyMessage(
	List<string> dependencies,
	string message,
	string separator
)

Parameters

dependencies
Type: System.Collections.GenericListString
List of object dependencies.
message
Type: SystemString
Main message.
separator
Type: SystemString
Dependencies separator.

Return Value

Type: String
See Also