ProjectFoldersAddItemsInFolderAndSubfolders(String, ICollectionIProjectItem, Boolean) Method |
Add the items of the provided folder and 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 AddItemsInFolderAndSubfolders(
string folderName,
ICollection<IProjectItem> list,
bool includeItemsInFolder
)
Parameters
- folderName String
- Folder for which to retrieve the items.
- list ICollectionIProjectItem
- List where to add the items to.
- includeItemsInFolder Boolean
- If true, the items in the provided folder are included, too. If false, only items in subfolders of the provided folder are included.
See Also