| OpenCatalogIntegrationScheduledTaskBaseProcessProducts Method |
Namespace:
Dynamicweb.Ecommerce.Integration
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax protected abstract string ProcessProducts(
List<Product> products
)
Protected MustOverride Function ProcessProducts (
products As List(Of Product)
) As String
Parameters
- products
- Type: System.Collections.GenericListProduct
Return Value
Type:
StringSee Also