GraphContextDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of possible GraphContext search directions.
public enum class GraphContextDirection
public enum GraphContextDirection
type GraphContextDirection =
Public Enum GraphContextDirection
- Inheritance
-
GraphContextDirection
Fields
Name | Value | Description |
---|---|---|
Any | 0 | Search in any direction. |
Target | 1 | Search towards link targets. |
Source | 16 | Search towards link sources. |
Contains | 257 | Search towards containment link targets. |
ContainedBy | 272 | Search towards containment link sources. |
Self | 4096 | Do not search along links. Just execute on the input nodes. |
Custom | 65536 | Perform a custom action. |