ProjectItem

Properties

NameTypeAccessMin VersionDescription
name
string
R
25.0
The name of this project item.

Static Methods

cast

25.0

ProjectItem

Cast FolderItem or ClipProjectItem in to ProjectItem

Parameters

NameTypeDescription
item
-

It may be desirable to access attributes associated with ProjectItem after a ClipProjectItem object has been retrieved. This can be achieved by casting a ClipProjectItem to a ProjectItem.

Copied to your clipboard
let myProjItem = await ppro.ProjectItem.cast(myClipProjItem);

Instance Methods

createSetNameAction

25.0

Action

Returns action that renames projectItem

Parameters

NameTypeDescription
inName
string
-

getParent

25.0

ProjectItem

Get the parent project item of this project item.


getProject

25.0

Project

Get the parent Project of this projectItem.


  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.