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