Click or drag to resize
EcommerceUIHelperGetDependencyMessage Method
Gets the message containing list of dependencies for specified ecommerce info object.

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 GetDependencyMessage(
	BaseInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Info object.

Return Value

Type: String
See Also