True if this path has the specified ancestor.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
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