adTempus API
|
Specifies object import data and settings for the ImportExportFacility.
__interface IImportParameters : IDispatch;
public interface IImportParameters : IDispatch;
Public Interface IImportParameters Inherits IDispatch
An ObjectImportParameters object is obtained by calling ImportExportFacility.ParseXML to parse an XML data file.
The returned ObjectImportParameters object contains information on the objects found in the data source and allows you to set options to control the import process. See the ParseXML and ImportData topics for more information.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|