| OpenCatalogIntegrationScheduledTaskBaseProductPortionSize Property |
Namespace:
Dynamicweb.Ecommerce.Integration
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [AddInLabelAttribute("Product portion size to process")]
[AddInParameterAttribute("ProductPortionSize")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "minValue=1;maxValue=500;")]
public int ProductPortionSize { get; set; }
<AddInLabelAttribute("Product portion size to process")>
<AddInParameterAttribute("ProductPortionSize")>
<AddInParameterEditorAttribute(GetType(IntegerNumberParameterEditor), "minValue=1;maxValue=500;")>
Public Property ProductPortionSize As Integer
Get
Set
Property Value
Type:
Int32See Also