Skip to content

BuildRecordIdMode

Namespace: ThinkGeo.Core

This enumeration represents whether a record ID should be rebuilt or not.

public enum BuildRecordIdMode

Inheritance ObjectValueTypeEnumBuildRecordIdMode
Implements IComparable, IFormattable, IConvertible

Remarks:

None

Fields

Name Value Description
DoNotRebuild 0 Do not rebuild the record ID if it exists.
Rebuild 1 Rebuild the record ID if it exists.