ExportOptions Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new instance of the ExportOptions class.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New ExportOptions()
public ExportOptions()
public:
ExportOptions()
public function ExportOptions()
Remarks
Export an inventory catalog using the specified options.
Provides properties for retrieving and setting options for performing an inventory export operation.
This class provides basic incremental export. Every node of the database is tested against this query. Items that match the query are put in a list to be exported. This list is then filtered according to criteria determined by the value of the Descendants property.
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