Click or drag to resize

ProjectFoldersAddItemsInFolder Method

Add the items of the provided folder (but not 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 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