GraphSearchOption 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.
This enum defines the choices you have when searching the graph
public enum class GraphSearchOption
public enum GraphSearchOption
type GraphSearchOption =
Public Enum GraphSearchOption
- Inheritance
-
GraphSearchOption
Fields
Name | Value | Description |
---|---|---|
LinkCategory | 0 | Search based on matching link categories |
NodeCategory | 1 | Search based on matching node categories. |