Share via


GraphContextDirection Enum

Definition

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.

Applies to