Click or drag to resize

AbsoluteDocumentPathTryGetAbsolutePath Method

Get the absolute path of the node
C#
node
starting from the root, or null if that fails.

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

Parameters

node  IDocumentLeafNode
The node for which the path is retrieved.

Return Value

AbsoluteDocumentPath
The absolute path of the node, or null if failed to get the path. The first element is a "/" to mark this as absolute path.
See Also