CatalogSetsToExport Property

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

Gets or sets the list of catalog sets to export.

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

Syntax

'Declaration
Public Property CatalogSetsToExport As String
'Usage
Dim instance As CatalogExportOptions
Dim value As String

value = instance.CatalogSetsToExport

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

Property Value

Type: System..::.String
A CatalogSetsToExport containing the catalog sets to export.

Remarks

You must add the catalogset that you intend to export. If the CatalogSetsToExport is set to nullNothingnullptra null reference (Nothing in Visual Basic), then none of the catalogSets are exported.

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