  | GroupServiceGetProductCountByGroupsForBackendTree Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("It is not used.")]
public Dictionary<string, int> GetProductCountByGroupsForBackendTree(
	GroupCollection groups
)<ObsoleteAttribute("It is not used.")>
Public Function GetProductCountByGroupsForBackendTree ( 
	groups As GroupCollection
) As Dictionary(Of String, Integer)Parameters
- groups
 - Type: Dynamicweb.Ecommerce.ProductsGroupCollection
 
Return Value
Type: 
DictionaryString, 
Int32
See Also