True if this path has the specified ancestor.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public bool HasAncestor(
Path ancestor
)
Parameters
- ancestor
- Type: Apptus.ESales.ConnectorPath
The ancestor to check for
Return Value
Type:
BooleanTrue if this path has the specified
ancestor.
See Also