sequence

When true, a sequence is imported; otherwise, an individual file is imported.Boolean; read/write.

importAs

The type of object for which the imported file is to be the source. Before setting, use canImportAs to check that a given file can be imported as the source

forceAlphabetical

When true, has the same effect as setting the Force alphabetical order option in the File > Import > File dialog box.Boolean; read/write.

ImportOptions object

The ImportOptions object encapsulates the options used to import a file with the Project.importFile methods.The constructor takes an optional parameter, an

canImportAs()

Reports whether the file can be imported as the source of a particular object type. If this method returns true, you can set the given type as the value of

file

The file to be imported. If a file is set in the constructor, you can access it through this attribute.ExtendScript File object; read/write.