ImportOptions Constructor (ImportOptions)
Initializes a new instance of the ImportOptions class with the specified import options.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Protected Friend Sub New ( _
importOptions As ImportOptions _
)
'Usage
Dim importOptions As ImportOptions
Dim instance As New ImportOptions(importOptions)
protected internal ImportOptions(
ImportOptions importOptions
)
protected public:
ImportOptions(
ImportOptions^ importOptions
)
protected internal function ImportOptions(
importOptions : ImportOptions
)
Parameters
- importOptions
Type: Microsoft.CommerceServer.Catalog..::.ImportOptions
Import a catalog given the specified options
Remarks
Import a catalog import using the specified options. Provides properties for retrieving and setting options for performing an inventory import operation.
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.