name

The name of the item as displayed in the Project panel.String; read/write.

label

The label color for the item. Colors are represented by their number 0 for None, or 1 to 16 for one of the preset colors in the Labels preferences .Custom l

id

A unique and persistent identification number used internally to identify an item between sessions. The value of the ID remains the same when the project is

comment

A string that holds a comment, up to 15,999 bytes in length after any encoding conversion. The comment is for the user’s purpose only; it has no effect on t

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

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.

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.