ProjectFoldersAddItemsAndSubFoldersInFolder Method |
Add the project items and the subfolders (of type
ProjectFolder) that are in the provided folder (but not the items of the subfolders) to the list.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddItemsAndSubFoldersInFolder(
string folderName,
ICollection<INamedObject> list
)
Parameters
- folderName String
- Folder for which to retrieve the items.
- list ICollectionINamedObject
- List where to add the items to.
See Also