PathChild Method A Sandcastle Documented Class Library
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.2.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

Reference