FormatType Property

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

Gets or sets the XML format to use for the export operation.

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

Syntax

'Declaration
Public Property FormatType As CatalogExportFormatType
'Usage
Dim instance As ExportOptions
Dim value As CatalogExportFormatType

value = instance.FormatType

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

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogExportFormatType
A CatalogExportFormatType containing the XML format to use for the export operation.

Remarks

Specifies the export format type. Stores the CatalogExportFormatType enumertion value, which can be:

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