IProjectItemCollectionFindNewItemNameInFolder Method |
Looks for the next free standard project item name in the specified folder.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string FindNewItemNameInFolder(
string folder
)
Parameters
- folder String
- The folder where to find a unique project item name.
Return Value
StringNew 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