Construct a new path by adding the endPath to this path.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public Path Descendant( Path endPath )
Parameters
- endPath
- Type: Apptus.ESales.ConnectorPath
The path to add
Return Value
Type: PathA new path
See Also