Returns the ancestor of the specified length.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public Path Ancestor( int length )
Parameters
- length
- Type: SystemInt32
The length of the ancestor to return
Return Value
Type: PathThe ancestor of the specified length
See Also