EcommerceUIHelperFormatDependencyMessage Method |
Formats the message containing list of dependencies.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also