The Folder type exposes the following members.

Methods

  NameDescription
Public methodAddEntity
Adds the Entity specified by entityId to the folder
Public methodCreateFolder
Creates a child folder with the input folder name, return the created child folder ObjectId
Public methodDeleteFolder
Deletes the folder
Public methodGetFolder
Gets child folder ObjectId by name or path
Public methodGetParent
Gets the parent folder ObjectId
Public methodGetPath
Gets a String containing the path relative to the root folder
Public methodGetSubFolders
Gets the ObjectIdCollection of Sub Folders
Public methodRenameFolder
Renames the folder

Properties

  NameDescription
Public propertyApplication
Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject.)
Public propertyDescription
Gets or sets the description.
(Inherited from DBObject.)
Public propertyDocument
Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject.)
Public propertyIsUsed
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject.)
Public propertyName
Gets or sets the name.
(Inherited from DBObject.)

See Also