XmlImportOptions Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the set of options used during an Xml import operation.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class XmlImportOptions _
    Inherits ImportOptions
'Usage
Dim instance As XmlImportOptions
[SerializableAttribute]
public class XmlImportOptions : ImportOptions
[SerializableAttribute]
public ref class XmlImportOptions : public ImportOptions
public class XmlImportOptions extends ImportOptions

Remarks

Import a catalog using the specified options. The imported data is about the products in your Commerce Server catalog database, including dimensional information such as product name, description, color, and size.

During the import process, the Catalog Manager is performing an asynchronous import of the catalog, validating the XML file, and creating the catalog, or updating the existing data if the catalog is currently in your system. If you refresh the catalog before it is fully imported, you may see an incorrect structure in the Catalogs tree pane. The catalog structure will display correctly after the import is complete.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Catalog..::.ImportOptions
    Microsoft.CommerceServer.Catalog..::.XmlImportOptions

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

XmlImportOptions Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

Importing Catalog Data by Using the Catalog API

Import Options

How to Import From an XML File

How to Import Selected Fields

Exporting Catalog Data by Using the Catalog API

Export Options

How to Export to an XML File

How to Export Selected Fields