2025 Class
Changes 2
C

FolderItemInfo

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