Function TraversalConstraint.CanTraverseSkipUserFilter
CanTraverseSkipUserFilter
(GraphNode node)
True if the node is traversable with respect to the constraints set in this struct, but without checking the filter or the traversalProvider.
Public
bool CanTraverseSkipUserFilter (
node |
True if the node is traversable with respect to the constraints set in this struct, but without checking the filter or the traversalProvider.
This method can be used from the ITraversalProvider to check additional nodes without causing infinite recursion.
Note
This method does not check the filter or the traversalProvider.