Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the type of import or export operation.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Enumeration OperationType
'Usage
Dim instance As OperationType
public enum OperationType
public enum class OperationType
public enum OperationType
Members
| Member name | Description | |
|---|---|---|
| ImportInventory | Import an inventory XML file. | |
| ExportInventory | Export to an inventory XML file. | |
| ImportProductCatalog | Import a catalog XML file. | |
| ExportProductCatalog | Export a product catalog to an XML file. | |
| RebuildVirtualCatalog | Rebuild a virtual catalog. | |
| RebuildBaseCatalog | Rebuild a dependent virtual catalog for a base catalog. | |
| RebuildAllProductCatalogs | Rebuild all the catalogs in the catalog system. | |
| ExportProductCatalogXsd | Export a product catalog to an XML file. | |
| ExportInventoryXsd | Export a product catalog to an XML file. |
Remarks
Specifies the type of operation to be imported or exported. The enumertion is a value for the OperationType, either ExportInventory, ExportInventoryXsd, ExportProductCatalog, ExportProductCatalogXsd, ImportInventory, ImportProductCatalog, RebuildAllProductCatalogs, RebuildBaseCatalog, or RebuildVirtualCatalog.