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