ProjectFoldersGetItemsInFolder Method |
Get the items (but not the subfolders) of the provided folder.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<IProjectItem> GetItemsInFolder(
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
ListIProjectItemList of items (but not the subfolders) of the provided folder.
See Also