Click or drag to resize

RetrievePdfXmlGeneratorSettings Class

A settings class to drive the generation of integration customer center retrieve pdf XML.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsXmlGeneratorSettings
    Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators.IntegrationCustomerCenterRetrievePdfXmlGeneratorSettings

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators.IntegrationCustomerCenter
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class RetrievePdfXmlGeneratorSettings : XmlGeneratorSettings

The RetrievePdfXmlGeneratorSettings type exposes the following members.

Constructors
  NameDescription
Public methodRetrievePdfXmlGeneratorSettings
Initializes a new instance of the RetrievePdfXmlGeneratorSettings class
Top
Properties
  NameDescription
Public propertyBeautify
Gets or sets a value indicating whether the XML should be "beautified" (line breaks and indention).
(Inherited from XmlGeneratorSettings.)
Public propertyLiveIntegrationSubmitType
Gets or sets the type of the live integration submit.
(Inherited from XmlGeneratorSettings.)
Public propertyReferenceName
Gets or sets the name of the reference.
(Inherited from XmlGeneratorSettings.)
Top
Fields
  NameDescription
Public fieldCustomerId
Customer id
Public fieldItemId
Document or item id
Public fieldType
Report type
Top
See Also