Click or drag to resize
PathParent Method
Get the parent Path of this path.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.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