Click or drag to resize

ProjectFoldersAddItemsInSubfolders Method

Add the items of the subfolders of the provided folder to the list. The items in the provided folder itself are not added to the list.

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