Share via


BlockSearchMode Enum

Definition

Indicates which block lists should be searched to find a specified block.

public enum BlockSearchMode
type BlockSearchMode = 
Public Enum BlockSearchMode
Inheritance
BlockSearchMode

Fields

Committed 0

Search the committed block list only.

Latest 2

Search the uncommitted block list first, and if the block is not found there, search the committed block list.

Uncommitted 1

Search the uncommitted block list only.

Applies to