Click or drag to resize

ProjectFoldersAddItemsInFolderAndSubfolders(String, ICollectionIProjectItem) Method

Add the items of the provided folder and of the subfolders to the list.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddItemsInFolderAndSubfolders(
	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