Click or drag to resize

SuspendableDocumentNodeReportSuspendedNodesProblems Method

Reports all suspended nodes in the document tree.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ReportSuspendedNodesProblems(
	IDocumentLeafNode node
)

Parameters

node  IDocumentLeafNode
The root node.

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.SuspendableDocumentNode.ReportSuspendedNodesProblems(Altaxo.Main.IDocumentLeafNode)"]

See Also