PathHasAncestor Method A Sandcastle Documented Class Library
True if this path has the specified ancestor.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public bool HasAncestor(
	Path ancestor
)

Parameters

ancestor
Type: Apptus.ESales.ConnectorPath
The ancestor to check for

Return Value

Type: Boolean
True if this path has the specified ancestor.
See Also

Reference