Click or drag to resize

ProjectFoldersGetItemsInSubfolders Method

Get the items (but not the subfolders) of the subfolders of the provided folder. Note that the items contained in the provided folder are not included.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<IProjectItem> GetItemsInSubfolders(
	string folderName
)

Parameters

folderName  String
Folder for which to retrieve the items.

Return Value

ListIProjectItem
List of items (but not the subfolders) of the provided folder.
See Also