ProjectFoldersAddItemsInFolder Method |
Add the items of the provided folder (but not 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 AddItemsInFolder(
string folderName,
ICollection<IProjectItem> list
)
Parameters
- folderName String
- Folder for which to retrieve the items.
- list ICollectionIProjectItem
- List where to add the items to.
See Also