Enum BuildRecordIdMode
This enumeration represents whether a record ID should be rebuilt or not.
public enum BuildRecordIdMode
Fields
DoNotRebuild = 0
Do not rebuild the record ID if it exists.
Rebuild = 1
Rebuild the record ID if it exists.
Remarks
None