adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / ParseImportData Method
Options to control the parsing and import process.
On return, contains information about the import source and its contents.


In This Topic
    ParseImportData Method
    In This Topic
    Parses the import source and returns information about its contents.
    Syntax
    'Declaration
     
    
    Public Function ParseImportData( _
       ByVal options As ImportOptions, _
       ByRef fileInformation As ImportFileInformation _
    ) As Boolean

    Parameters

    options
    Options to control the parsing and import process.
    fileInformation
    On return, contains information about the import source and its contents.

    Return Value

    True if parsing was successful, or False if errors were found. Refer to the Messages collection for error information if the method returns False.
    Remarks

    Use this method to get information about the objects in the import source, which can then be used to set options for each object before performing the import using ImportData.

    Calling ParseImportData is optional. See Remarks in ImportData.

    See Also