ProjectItem
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
name | string | R | 25.0 | Get name of project item object |
Static Methods
cast
25.0any
Parameters
Name | Type | Description |
---|---|---|
item | any | - |
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
getParent
25.0ProjectItem
Get the root item of the project which contains all items of the project on the lowest level
getProject
25.0Project
Get the root item of the project which contains all items of the project on the lowest level.