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: PathA new child path
Exceptions
| Exception | Condition | 
|---|---|
| IllegalArgumentException | If the name is not a simple name | 
See Also