Click or drag to resize

ProductGetProductsCountByGroupId Method (String, String, String, Boolean, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[ObsoleteAttribute("Use 'ProductService.GetProductsCountByGroupId' instead")]
public static int GetProductsCountByGroupId(
	string groupId,
	string searchValue,
	string productLanguageId,
	bool includeVariants,
	bool doRefactoring
)

Parameters

groupId
Type: SystemString
searchValue
Type: SystemString
productLanguageId
Type: SystemString
includeVariants
Type: SystemBoolean
doRefactoring
Type: SystemBoolean

Return Value

Type: Int32
See Also