Click or drag to resize

ProjectFoldersGetExpandedProjectItemSet Method

Transforms an enumeration that contains both project items and project folders to another set that contains the project items of the enumeration plus all project items in the project folders and its subfolders. It is guaranteed that each project item is contained only once.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HashSet<IProjectItem> GetExpandedProjectItemSet(
	IEnumerable<Object> itemList
)

Parameters

itemList  IEnumerableObject
The enumeration that can contain both project items and project folders.

Return Value

HashSetIProjectItem
A hashset that contains the project items of the provided itemList plus all project items of the folders and its subfolders, that are also contained in the itemList.
Exceptions
ExceptionCondition
NotImplementedException
See Also