Click or drag to resize

DocNodePathReplacementOptionsAddPathReplacementsForAllProjectItemTypes Method

Adds replacement rules for path parts for all project item types.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddPathReplacementsForAllProjectItemTypes(
	string originalItemNamePart,
	string newItemNamePart
)

Parameters

originalItemNamePart  String
The original item name part. Usually, that is a subfolder part of the original item name.
newItemNamePart  String
The new item name part. Usually, this is the subfolder part of the new item name.
See Also