ProjectItem
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
name | string | R | 25.0 | The name of this project item. |
Static Methods
cast
25.0ProjectItem
Cast FolderItem or ClipProjectItem in to ProjectItem
Parameters
Name | Type | Description |
---|---|---|
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 clipboardlet myProjItem = await ppro.ProjectItem.cast(myClipProjItem);
Instance Methods
createSetNameAction
25.0Action
Returns action that renames projectItem
Parameters
Name | Type | Description |
---|---|---|
inName | string | - |
getParent
25.0ProjectItem
Get the parent project item of this project item.
getProject
25.0Project
Get the parent Project of this projectItem.