Click or drag to resize
ECommerceSettingsGetProductsTreeModeString Method
Converts ProductsTreeModeEnum to string value. Default value is None.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static string GetProductsTreeModeString(
	ProductsTreeModeEnum treeMode
)

Parameters

treeMode
Type: CMS.EcommerceProductsTreeModeEnum
Product tree mode option.

Return Value

Type: String
See Also