AbsoluteDocumentPathGetPathString Method |
Gets the string representation of the path of the specified node.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
StringThe string representation of the resolved path.
See Also