adTempus API
|
Specifies import settings for an object.
__interface IObjectImportParameters : IDispatch;
public interface IObjectImportParameters : IDispatch;
Public Interface IObjectImportParameters Inherits IDispatch
The ImportExportFacility.ParseXML method returns an IImportParameters object, which contains an ObjectImportParameters object for each object found in the import data.
The ObjectImportParameters object indicates the state of each object and allows you to modify the import settings for it.
See the ParseXML topic for more information.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|