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