| ShopServiceGetProductCountByShopsForBackendTree Method (String) |
Namespace:
Dynamicweb.Ecommerce.Shops
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public Dictionary<string, int> GetProductCountByShopsForBackendTree(
string languageId
)
Public Function GetProductCountByShopsForBackendTree (
languageId As String
) As Dictionary(Of String, Integer)
Parameters
- languageId
- Type: SystemString
Return Value
Type:
DictionaryString,
Int32See Also