PathParent Method A Sandcastle Documented Class Library
Get the parent Path of this path.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public Path Parent()

Return Value

Type: Path
The parent of this path
Exceptions

ExceptionCondition
IllegalStateExceptionIf this path has no parent.
See Also

Reference