Skip to content

Commit

Permalink
Updated openDocument calls
Browse files Browse the repository at this point in the history
Added documentation for additional optional parameters.
  • Loading branch information
bbb999 committed Apr 21, 2020
1 parent b422479 commit 890304a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2 - App object/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ Returns **true** if file is openeable.

.. _app.openDocument:

openDocument(path)
*********************************************
openDocument(pathToDocument, optionalSuppressConversionDialog, optionalBypassLocateFileDialog, optionalBypassWarningDialog, optionalDoNotAddToMRUList)
******************************************************************************************************************************************************

``app.openDocument(path)``

Expand All @@ -283,7 +283,7 @@ Opens the file at the specified path, as a Premiere Pro project.

**Parameters**

path
pathToDocument, and 1-4 optional (boolean) parameters.

**Returns**

Expand Down

0 comments on commit 890304a

Please sign in to comment.