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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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