Click or drag to resize

AbsoluteDocumentPathGetPath Method

Get the absolute path of the node
C#
node
starting either from the root, or from the object in the depth
C#
maxDepth
, whatever is reached first.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AbsoluteDocumentPath GetPath(
	IDocumentLeafNode node,
	int maxDepth
)

Parameters

node  IDocumentLeafNode
The node for which the path is to be retrieved.
maxDepth  Int32
The maximal hierarchie depth (the maximal number of path elements returned).

Return Value

AbsoluteDocumentPath
The path from the root or from the node in the depth
C#
maxDepth
, whatever is reached first. The path is not prepended by a "/".
See Also