Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
Added doc for (second, non-optional) parameter, based on user feedback.
  • Loading branch information
bbb committed Apr 26, 2018
1 parent 22af43f commit ad18668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4 - Project Item object/projectItem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,15 +315,15 @@ A String containing all Premiere Pro private project metadata, serialized.
setProjectMetadata()
*********************************************

``projectItem.setProjectMetadata(String newPrivateProjectMetadata)``
``projectItem.setProjectMetadata(String newPrivateProjectMetadata, arrayOfUpdatedFields)``

**Description**

Sets the private project metadata associated with the project item.

**Parameters**

A String representing the new, serialized private project metadata.
A String representing the new, serialized private project metadata, and an array containing the names of the fields to be updated.

**Returns**

Expand Down

0 comments on commit ad18668

Please sign in to comment.