Click or drag to resize
PathChild Method
Construct a child path of this using the specified name.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public Path Child(
	string name
)

Parameters

name
Type: SystemString
The new child suffix of this path

Return Value

Type: Path
A new child path
Exceptions
ExceptionCondition
IllegalArgumentExceptionIf the name is not a simple name
See Also