FolderItemInfo
Description:
Contains data for each folder item in the organization settings of the project browser including grouping parameter Id path and folder name.
Contains data for each folder item in the organization settings of the project browser including grouping parameter Id path and folder name.
Remarks:
FolderItemInfo is the return value of BrowserOrganization.GetFolderItems().
FolderItemInfo is the return value of BrowserOrganization.GetFolderItems().
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FolderItemInfo
System.Object
Autodesk.Revit.DB.FolderItemInfo
public class FolderItemInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the FolderItemInfo | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetGroupingParameterIdPath() | IList<ElementId> | The parameter Id path used to determine the folder items in the browser. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ElementId | ElementId | Obsolete. The folder parameter Id | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Name | string | The folder name |