2027 Method
Changes 0
M

BrowserOrganization.GetFolderItems

Description:
Returns a collection of leaf objects each containing the given element Id.
Remarks:
Each returned FolderItemInfo includes the folder name and the corresponding folder parameter Id.
public IList<FolderItemInfo> GetFolderItems(
	ElementId elementId
)
  • elementId
    Element id located at a leaf position in the project browser.
Return Value IList<FolderItemInfo> An array of FolderItemInfo objects.