AbsoluteDocumentPathGetPath Method |
Get the absolute path of the node
starting either from the root, or from the object in the depth
, whatever is reached first.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
AbsoluteDocumentPathThe path from the root or from the node in the depth
, whatever is reached first. The path is
not prepended
by a "/".
See Also