Share via


ProductCatalogsToReplace Property

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

Gets the list of catalogs to replace.

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

Syntax

'Declaration
Public Property ProductCatalogsToReplace As String
'Usage
Dim instance As InventoryImportOptions
Dim value As String

value = instance.ProductCatalogsToReplace

instance.ProductCatalogsToReplace = value
public string ProductCatalogsToReplace { get; set; }
public:
property String^ ProductCatalogsToReplace {
    String^ get ();
    void set (String^ value);
}
public function get ProductCatalogsToReplace () : String
public function set ProductCatalogsToReplace (value : String)

Property Value

Type: System..::.String
A String containing the list of catalogs to replace.

Remarks

The Inventory import works in conjunction with the ImportMode. This property specifies the list of catalogs to replace with Full or Incremental replacement.

Permissions

See Also

Reference

InventoryImportOptions Class

InventoryImportOptions Members

Microsoft.CommerceServer.Inventory Namespace