Enum BuildIndexMode
This enumeration represents whether an index should be rebuilt or not.
public enum BuildIndexMode
Fields
DoNotRebuild = 0
Do not rebuild the index if it exists.
Rebuild = 1
Rebuild the index if it exists.
Remarks
None
This enumeration represents whether an index should be rebuilt or not.
public enum BuildIndexMode
DoNotRebuild = 0
Do not rebuild the index if it exists.
Rebuild = 1
Rebuild the index if it exists.
None