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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string GetDependencyMessage(
	BaseInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Info object.

Return Value

Type: String
See Also