Click or drag to resize
PathAncestor Method
Returns the ancestor of the specified length.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public Path Ancestor(
	int length
)

Parameters

length
Type: SystemInt32
The length of the ancestor to return

Return Value

Type: Path
The ancestor of the specified length
See Also