ExportDeletedItems Property

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

Gets or sets a value indicating whether deleted items are exported.

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

Syntax

'Declaration
Public Property ExportDeletedItems As Boolean
'Usage
Dim instance As ExportOptions
Dim value As Boolean

value = instance.ExportDeletedItems

instance.ExportDeletedItems = value
public bool ExportDeletedItems { get; set; }
public:
property bool ExportDeletedItems {
    bool get ();
    void set (bool value);
}
public function get ExportDeletedItems () : boolean
public function set ExportDeletedItems (value : boolean)

Property Value

Type: System..::.Boolean
true if deleted items are exported; otherwise, false

Remarks

Stores a value indicating whether deleted items are exported. This property allows the exporting of deleted items.

Permissions

See Also

Reference

ExportOptions Class

ExportOptions 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