Click or drag to resize

SettingsAddProductFieldsToRequest Property

Gets or sets a value that determines if custom product fields are appended to the outgoing XML request.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Configuration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public bool AddProductFieldsToRequest { get; set; }

Property Value

Type: Boolean
Returns true if custom product fields should be added to the request; otherwise, false.

Implements

ISettingsAddProductFieldsToRequest
See Also