Click or drag to resize

ProjectFoldersGetProjectItemsByName Method

Get all project items with the specified name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public List<IProjectItem> GetProjectItemsByName(
	string itemName
)

Parameters

itemName  String
The name of the project items to retrieve.

Return Value

ListIProjectItem
A list of project items with the specified name.
See Also