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
- 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