Share via


SchemaExportType Property

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

Gets or sets the schema elements to export.

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

Syntax

'Declaration
Public Property SchemaExportType As SchemaExportType
'Usage
Dim instance As ExportOptions
Dim value As SchemaExportType

value = instance.SchemaExportType

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

Property Value

Type: Microsoft.CommerceServer.Catalog..::.SchemaExportType
A SchemaExportType that contains the schema elements to export.

Remarks

Stores the SchemaExportType enumertion value, which can be:

  • All - Export the entire schema.

  • None - Do not export the schema.

  • Relevant - Export the schema only for the product catalogs being exported.

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