Get the parent Path of this path.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public Path Parent()
Return Value
Type: PathThe parent of this path
Exceptions
Exception | Condition |
---|---|
IllegalStateException | If this path has no parent. |
See Also