CatalogsToExport Property

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

Gets or sets the list of catalogs to export.

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

Syntax

'Declaration
Public Property CatalogsToExport As String
'Usage
Dim instance As ExportOptions
Dim value As String

value = instance.CatalogsToExport

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

Property Value

Type: System..::.String
A String Collection joining, with a comma separator, the list of catalogs to export.

Remarks

Stores the list of catalogs to export.Setting catalogs to this collection adds the catalogs to the existing collection. The catalog names are validated in the Validate method.

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