GraphCategoryMatchOption Enum

Definition

This enum defines options that you have when matching categories

public enum class GraphCategoryMatchOption
public enum GraphCategoryMatchOption
type GraphCategoryMatchOption = 
Public Enum GraphCategoryMatchOption
Inheritance
GraphCategoryMatchOption

Fields

Exact 0

The categories only match if the exact category is found on the graph object you are searching

Inherited 1

The categories match if the graph object you are searching has the given category or sub category that inherits from the given category as defined by the BasedOnCategory property.

Applies to