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:
CatalogFormatAttributeCentric - Export type is attribute-centric.
CatalogFormatXsd - Export type is XML Schema Definition (XSD).
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.CommerceServer.Catalog Namespace
Other Resources
Importing Catalog Data by Using the Catalog API
How to Import From an XML File