ExportOptions Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the set of options to use for an inventory export operation.
The ExportOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExportOptions | Creates a new instance of the ExportOptions class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates the list of catalogs to export. |
Top
Properties
Name | Description | |
---|---|---|
CatalogsToExport | Gets or sets the list of catalogs to export. | |
Descendants | Gets or sets the descendants to export. | |
ExportDeletedItems | Gets or sets a value indicating whether deleted items are exported. | |
ExportEmptyValues | Gets or sets a value indicating whether empty values should be exported to the XML file. | |
FilterDescendantsClause | Gets or sets an SQL query clause that specifies the descendants to export. | |
FormatType | Gets or sets the XML format to use for the export operation. | |
Mode | Gets or sets the mode to use for the export operation. | |
Namespace | ||
ProductsAndCategoriesClause | Gets or sets a SQL query clause that specifies the products and categories to export. | |
PropertiesToExport | Gets or sets the list of properties to export. | |
SchemaExportType | Gets or sets the schema elements to export. | |
Synchronous | Gets or sets a value that specifies whether the export operation is performed synchronously. |
Top