FolderItem
Properties
Static Methods
cast
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
FolderItem
Cast ProjectItem in to FolderItem
Parameters
Instance Methods
createBinAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Returns an action that lets users create a new bin.
Parameters
createMoveItemAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Creates an action that moves the given item to the provided folder item newParent.
Parameters
createRemoveItemAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Creates an action that removes the given item from this folder.
Parameters
createRenameBinAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Rename the Bin and return true if it's successful
Parameters
createSetColorLabelAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Create an action for set color label to projectItem by index
Parameters
createSetNameAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Returns action that renames projectItem
Parameters
createSmartBinAction
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Action
Creates a smart bin with given name and returns the Folder object
Parameters
getColorLabelIndex
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
number
Get color label index of projectItem
getItems
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
ProjectItem[]
Collection of child items of this folder.
getProject
<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">25.0</span>
Project
Get the parent Project of this projectItem.