ResourceTreeCommands Methods
Provides access to Resource Tree commands.| Name | Description |
|---|---|
| CanCreateGroup() | Determines whether a new group can be created in the Resource Tree. |
| CanCreateResource() | Determines whether a new resource can be created in the Resource Tree. |
| CanDelete() | Determines whether a currently focused group or resource can be deleted in the Resource Tree. |
| CanRename() | Determines whether a currently focused group or resource can be renamed in the Resource Tree. |
| CanShowSearchPanel() | Determines whether the Search Panel can be shown in the Resource Tree. |
| CreateGroup() | Creates a new group and adds it to the Resource Tree. |
| CreateResource() | Creates a new resource and adds it to the Resource Tree. |
| Delete() | Deletes a currently focused group or resource in the Resource Tree. |
| Rename() | Displays an editor in a currently focused group or resource in the Resource Tree so tnat an end user can rename it. |
| ShowSearchPanel() | Shows the Search Panel and moves the keyboard focus to it in the Resource Tree. |
See Also