| OpenCatalogIntegrationScheduledTaskBaseIncludeMissingProducts Property |
Namespace:
Dynamicweb.Ecommerce.Integration
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [AddInLabelAttribute("Include missing products in XML")]
[AddInParameterAttribute("IncludeMissingProducts")]
[AddInParameterGroupAttribute("Output")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "")]
public bool IncludeMissingProducts { get; set; }
<AddInLabelAttribute("Include missing products in XML")>
<AddInParameterAttribute("IncludeMissingProducts")>
<AddInParameterGroupAttribute("Output")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "")>
Public Property IncludeMissingProducts As Boolean
Get
Set
Property Value
Type:
BooleanSee Also