ProjectFoldersDeleteItemsInFolder Method |
Deletes all project items in a folder.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool DeleteItemsInFolder(
string sourceFolderName,
bool includeSubfolders = true,
bool throwIfFolderDoesNotExists = false
)
Parameters
- sourceFolderName String
- Name of folder in which the items should be deleted.
- includeSubfolders Boolean (Optional)
- If set to true, the items in all subfolders are also deleted.
- throwIfFolderDoesNotExists Boolean (Optional)
- If true, and the provided folder does not exist, a ArgumentOutOfRangeException
Return Value
BooleanTrue if any item was deleted; otherwise, false.
See Also