| ProductGetLastActiveProducts Method (Int32, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use 'ProductService.GetLastActiveProducts' instead")]
public static ProductCollection GetLastActiveProducts(
int count,
string productLanguageId
)
<ObsoleteAttribute("Use 'ProductService.GetLastActiveProducts' instead")>
Public Shared Function GetLastActiveProducts (
count As Integer,
productLanguageId As String
) As ProductCollection
Parameters
- count
- Type: SystemInt32
- productLanguageId
- Type: SystemString
Return Value
Type:
ProductCollectionSee Also