Partager via


ExportDependentBaseCatalogs Property

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

Gets or sets a value that indicates whether to export the dependent base catalogs for a virtual catalog.

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

Syntax

'Declaration
Public Property ExportDependentBaseCatalogs As Boolean
'Usage
Dim instance As CatalogExportOptions
Dim value As Boolean

value = instance.ExportDependentBaseCatalogs

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

Property Value

Type: System..::.Boolean
true to export dependent base catalogs for a virtual catalog; otherwise, false.

Remarks

Allows exporting dependent base catalogs.

Permissions

See Also

Reference

CatalogExportOptions Class

CatalogExportOptions 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