Click or drag to resize
PathDescendant Method
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: 4.5.0
Syntax
C#
public Path Descendant(
	Path endPath
)

Parameters

endPath
Type: Apptus.ESales.ConnectorPath
The path to add

Return Value

Type: Path
A new path
See Also