Construct a child path of this using the specified name.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
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