Click or drag to resize

AbsoluteDocumentPathGetPathString Method

Gets the string representation of the path of the specified node.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetPathString(
	IDocumentLeafNode node,
	int maxDepth
)

Parameters

node  IDocumentLeafNode
The node whose path should be returned.
maxDepth  Int32
The maximum hierarchy depth to include.

Return Value

String
The string representation of the resolved path.
See Also