| ProductGetProductsByGroupId Method (String, Int32, Boolean, String) |
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.GetProductsByGroupId' instead")]
public static ProductCollection GetProductsByGroupId(
string groupId,
int top,
bool doRefactoring,
string productLanguageId
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
<ObsoleteAttribute("Use 'ProductService.GetProductsByGroupId' instead")>
Public Shared Function GetProductsByGroupId (
groupId As String,
top As Integer,
doRefactoring As Boolean,
productLanguageId As String
) As ProductCollection
Parameters
- groupId
- Type: SystemString
- top
- Type: SystemInt32
- doRefactoring
- Type: SystemBoolean
- productLanguageId
- Type: SystemString
Return Value
Type:
ProductCollectionSee Also