DocNodePathReplacementOptionsAddPathReplacementsForAllProjectItemTypes Method |
Adds replacement rules for path parts for all project item types.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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