Folder Class |
The Folder type exposes the following members.
| Name | Description | |
|---|---|---|
| Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| Description |
Gets or sets the description.
(Inherited from DBObject) | |
| Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) | |
| Name |
Gets or sets the name.
(Inherited from DBObject) |
| 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 |