app.project.numItems
Description
The total number of items contained in the project, including folders and all types of footage.
Type
Integer; read-only.
Example
n = app.project.numItems;
alert(There are " + n + " items in this project.") "
app.project.numItems
The total number of items contained in the project, including folders and all types of footage.
Integer; read-only.
n = app.project.numItems;
alert(There are " + n + " items in this project.") "