BrowserOrganization.GetFolderItems
Method
Description:
Returns a collection of leaf objects each containing the given element Id.
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.
Each returned FolderItemInfo includes the folder name and the corresponding folder parameter Id.
Parameters
| Parameter | Type | Description |
|---|---|---|
| elementId | ElementId | Element id located at a leaf position in the project browser. |
Return Value
| Type | Description |
|---|---|
| IList | An array of FolderItemInfo objects. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | elementId is not a valid Element identifier. |
| ArgumentNullException | A non-optional argument was null |