| 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
<ObsoleteAttribute("Use 'ProductService.GetProductsCountByGroupId' instead")>
Public Shared 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:
Int32See Also