Optional
parent: TreeFolderPrivate
folderPrivate
idPrivate
itemPrivate
needsPrivate
Optional
parentPrivate
titlePrivate
typeDelete a child of this folder.
A valid child id of this folder
Optional
force: booleanIf the id points to a non-empty folder, then this must be true to carry out the deletion
The string "Ok" if successful.
Error if the child wasn't found, or if it points to a non-empty folder and {force} is not true
Find a TreeFolder with the given name in this folder.
A valid TreeFolder object or null if not found.
Return a TreeFolder if the folderId is valid in the project.
null if folderId cannot be found.
Returns both folders and items at this level.
an array of ITitleAndId objects for the folders and items
Returns information on the folders in the folder. May make a request to the server if children haven't been loaded yet, otherwise, acts on cached information (which may be out of date. Call refresh() to update the folder in that case).
an array of TreeFolder objects.
Returns information on the items in the folder. May make a request to the server if children haven't been loaded yet, otherwise, acts on cached information (which may be out of date. Call refresh() to update the folder in that case).
an array of ITitleAndId objects
Generated using TypeDoc
A TreeFolder represents a folder in the Matrix application. It can answer queries about folder and item children. A Folder is also an Item.