  | ProductServiceGetProductsCountByGroupId Method (String, String, String, Boolean, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic int GetProductsCountByGroupId(
	string groupId,
	string searchValue,
	string productLanguageId,
	bool includeVariants,
	bool doRefactoring
)
Public Function GetProductsCountByGroupId ( 
	groupId As String,
	searchValue As String,
	productLanguageId As String,
	includeVariants As Boolean,
	doRefactoring As Boolean
) As Integer
Parameters
- groupId
 - Type: SystemString
 - searchValue
 - Type: SystemString
 - productLanguageId
 - Type: SystemString
 - includeVariants
 - Type: SystemBoolean
 - doRefactoring
 - Type: SystemBoolean
 
Return Value
Type: 
Int32
See Also