Click or drag to resize

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