Click or drag to resize

ProjectFoldersGetSubfoldersAsProjectFolderList Method

Get a list of subfolders of the provided folder (as ProjectFolder list).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<ProjectFolder> GetSubfoldersAsProjectFolderList(
	string parentFolder
)

Parameters

parentFolder  String
Folder for which to get the subfolders.

Return Value

ListProjectFolder
List of subfolders of the provied folder.
See Also