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 catalog import mode.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Enumeration ImportMode
'Usage
Dim instance As ImportMode
public enum ImportMode
public enum class ImportMode
public enum ImportMode
Members
| Member name | Description | |
|---|---|---|
| Full | Replace the existing catalog with the imported catalog. If no catalog exists, create a new catalog. | |
| Incremental | Update the existing catalog with the imported data. Do not delete existing data. If no catalog exists, create a new catalog. |
Remarks
Specifies the type of import. The enumeration is a value for the ImportMode, either Full (overwrite) or Incremental (merge).