Click or drag to resize

DocNodePathReplacementOptionsAddProjectItemReplacement Method

Adds a replacement entry for a project item. The paths given should be complete paths of the project item (original path and new path).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddProjectItemReplacement(
	AbsoluteDocumentPath originalPath,
	AbsoluteDocumentPath newPath
)

Parameters

originalPath  AbsoluteDocumentPath
The original path of the project item (DataTable, Graph, ProjectFolderPropertyBag).
newPath  AbsoluteDocumentPath
The new path of the project item.
See Also