Click or drag to resize

DataTableVisitDocumentReferences Method

Has to enumerate all references to other items in the project (DocNodeProxy) that are used in this project item and in all children of this project item. The references have to be reported to the ReportProxies function. This function is responsible for processing the proxies, for instance to relocate the path.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void VisitDocumentReferences(
	DocNodeProxyReporter ReportProxies
)

Parameters

ReportProxies  DocNodeProxyReporter
Function that processes the found DocNodeProxy instances.

Implements

IHasDocumentReferencesVisitDocumentReferences(DocNodeProxyReporter)
See Also