XmlImportOptions Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the set of options used during an Xml import operation.
The XmlImportOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlImportOptions | Overloaded. Initializes a new instance of the XmlImportOptions class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates all the information currently in ImportOptions. (Inherited from ImportOptions.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogsToImport | Gets or sets the list of catalogs to import. (Inherited from ImportOptions.) | |
ErrorThreshold | Gets or sets a value to determine the severity level that constitutes a fatal error. (Inherited from ImportOptions.) | |
ExportReady | Gets or sets a value to indicate if the record should be marked as exportable. (Inherited from ImportOptions.) | |
GenerateFullTextIndexes | Gets or sets a value indicating whether full-text indexes are generated after an XML import operation. | |
ImportSchemaChanges | Gets or sets a value that specifies whether schema changes should be performed during an import operation. (Inherited from ImportOptions.) | |
LastModifiedDate | Gets or sets the last modified date. (Inherited from ImportOptions.) | |
Mode | Gets or sets the import mode. (Inherited from ImportOptions.) | |
Namespace | Gets or sets the namespace to validate in the xml file. (Inherited from ImportOptions.) | |
Operation | Gets or sets the import operation to perform. (Inherited from ImportOptions.) | |
PropertiesToImport | Gets pr sets the list of properties to import. (Inherited from ImportOptions.) | |
TransactionMode | Gets or sets the transaction mode for the import operation. (Inherited from ImportOptions.) |
Top