Click or drag to resize

AbsoluteDocumentPathParentPath Property

Gets the parent path of the current path. The parent path contains all parts except for the last part.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AbsoluteDocumentPath ParentPath { get; }

Property Value

AbsoluteDocumentPath
The parent path.
Exceptions
ExceptionCondition
InvalidOperationExceptionCan not return parent path of root path
See Also