Click or drag to resize

IProjectItemCollectionFindNewItemNameInFolder Method

Looks for the next free standard project item name in the specified folder.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string FindNewItemNameInFolder(
	string folder
)

Parameters

folder  String
The folder where to find a unique project item name.

Return Value

String
New item name. Some items can not have a new name (e.g. items that exists only once per folder). In this case, the unique name is returned.
See Also