The Folder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddEntity | Adds the Entity specified by entityId to the folder | |
| CreateFolder | Creates a child folder with the input folder name, return the created child folder ObjectId | |
| DeleteFolder | Deletes the folder | |
| GetFolder | Gets child folder ObjectId by name or path | |
| GetParent | Gets the parent folder ObjectId | |
| GetPath | Gets a String containing the path relative to the root folder | |
| GetSubFolders | Gets the ObjectIdCollection of Sub Folders | |
| RenameFolder | Renames the folder |
