Click or drag to resize

ProjectFoldersGetItemsAndSubfoldersInFolder Method

Get the items and the subfolders (as objects of type ProjectFolder) of the provided folder. The items in the subfolders are not included.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<INamedObject> GetItemsAndSubfoldersInFolder(
	string folderName,
	bool throwIfFolderDoesNotExists = false
)

Parameters

folderName  String
Folder for which to retrieve the items.
throwIfFolderDoesNotExists  Boolean  (Optional)
If true, and the provided folder does not exist, a ArgumentOutOfRangeException

Return Value

ListINamedObject
List of project items and subfolder objects of the provided folder.
See Also