adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / ImportData Method
Options to control the import process.
A collection of ImportedObject objects with information about each object imported from the source.


In This Topic
    ImportData Method
    In This Topic
    Performs the import.
    Syntax

    Parameters

    options
    Options to control the import process.
    importedObjects
    A collection of ImportedObject objects with information about each object imported from the source.

    Return Value

    An ImportResult giving the overall result of the operation. Refer to the ImportResult for individual items in the importedObjects collection for information about the state of each object.
    Remarks

    You must set the import source using one of the SetSource... methods before calling ImportData.

    Calling ParseImportData before importing is optional, but you must either set ImportOptions.ImportSelectionsOnly=false or include ObjectImportParameters for each object you want to import, to tell adTempus which objects to import.

    If ImportOptions.ReturnComparisonReport is True, the ObjectComparisonReports collection will be set after a successful import.

    See Also