For each specified file or folder, if it refers to a resource that does not have a local copy (such as the files referenced by VersionCue nodes), downloads the resource.
App
Represents the Adobe Bridge application.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Array | readonly | A collection of the default FilterDescription objects used to populate the Filter palette. | |
| Array | readonly | A collection of the default SortCriterion objects used to sort the contents of container nodes. | |
| String | read/write | The policy for the display of modal dialogs. | |
| Document | read/write | The active (top-most) Document object, representing the active browser window. | |
| Array | readonly | A collection of Document objects representing the set of all open browser windows. | |
| Array | read/write | An array of event handler objects installed by scripts. | |
| Array | readonly | A collection of ExtensionHandler objects representing registered node-handling extensions. | |
| Favorites | readonly | The top-level Favoritesobject for the navigation hierarchy displayed in the Favorites palette. | |
| Array | readonly | The list of Bridge URI strings for the root nodes of the Folders palette. | |
| Array | readonly | The collection of script-defined InspectorPanel objects that make up the Inspector view for new browser windows. | |
| String | readonly | The display name of the language for the current locale, as configured by the operating system. | |
| String | read/write | The application specifier for the application that has most recently sent an interapplication message to Adobe Bridge. | |
| String | readonly | The Adobe locale code for the current locale, as configured by the operating system. | |
| String | readonly | The application specifier for this application, "bridge". | |
| Number | readonly | The number of background tasks that Adobe Bridge has left to process. | |
| Preferences | readonly | The Preferences object, which provides access to the user preferences shown in the Preferences dialog. | |
| Array | readonly | ||
| Boolean | read/write | When true, Adobe Bridge attempts to ensure that all Thumbnail properties are valid before returning their values. | |
| Array | readonly | ||
| String | readonly | The version number of the Adobe Bridge application. | |
| Number | read/write | The duration in seconds between checks for folder consistency (checking whether files have been added or removed). | |
| Array | readonly | The list of all available workspaces, both default and user- or script-defined. |
Methods
Adds a member thumbnail, or set of member thumbnails, to a collection.
Appends a line of text to the Credits section of the Adobe Bridge About box.
Appends a custom URI to the list of root nodes in app.folderRoots, which appear in the Folders palette.
Appends a line of text to the Legal Notice section of the Adobe Bridge About box.
Calls on the operating system to emit a short audio tone.
Gives Adobe Bridge the application focus for the operating system, and makes the current browser window the topmost active window in the windowing system.
Deprecated in Creative Suite 3. Do not use.
Forces Adobe Bridge to create thumbnail images for the specified folder.
Cancels a task that has been scheduled using app.scheduleTask().
Creates a new, named collection node.
Creates a new, named smart collection node.
Deletes a collection node.
Deletes a smart collection node.
Enqueues a long-running node-handling operation for execution at an appropriate time.
Exports keywords from the Keywords palette to a file.
Retrieves the collection members for a collection node.
Retrieves all collection nodes, as created with app.createCollection().
Retrieves all smart collection nodes, as created with app.createSmartCollection().
Hides or minimizes all Adobe Bridge browser windows.
Imports keywords from a file to the Keywords palette.
Reports whether a given thumbnail is a member of a given collection.
Reports whether Adobe Bridge is processing any jobs. Returns false if all the jobs are finished.
Opens a page in the platform's default web browser.
Notifies Adobe Bridge of an update to the processing status or progress of a long-running background operation implemented by a ProgressOperator object.
DEPRECATED in Creative Suite 3. Use app.acquirePhysicalFiles() instead.
Purges the thumbnail caches for all folders.
Purges the thumbnail cache for a folder.
Shuts down the Adobe Bridge application and closes all browser windows.
DEPRECATED in Creative Suite 3. Do not use.
Adds a script-defined node-handling extension to the application's list of available handlers, app.extensions.
Declares a new node-data information set, associating it with a node-handling extension.
Registers a script-defined Inspector panel, adding it to app.inspectorPanels.
Associates a URI prefix string with a node-handling extension.
Removes one or more member thumbnails from a collection.
Removes a text item from the Credits area of the Adobe Bridge About box.
Removes a text item from the LegalNotice area of the Adobe Bridge About box.
Loads a set of files or thumbnails as a slideshow, using the Preference options currently set for Adobe Bridge.
Executes a script after a specified delay.
Issues the argument to the operating system, as if it were entered on the command line in a shell.
Removes a node-handling extension, previously registered with app.registerExtension(), from the application’s global list.
Removes the association between an extension and an information set, previously established with app.registerInfoset().
Removes a script-defined Inspector panel from the global list in app.inspectorPanels().
Removes a node URI prefix from the list of prefixes that the associated node-handling extension manages.
Object of 1
Properties elsewhere that hold a App.