UserDocumentSkip
The enumeration of User document skip options.
Disabled = 1
The disabled value for versions lower than 11.3.
Enabled = 0
The enabled value for versions lower than 11.3.
False = 4
The disabled value for version 11.3.
ForceEnabled = 2
The force enabled value for versions lower than 11.3.
True = 3
The enabled value for version 11.3.
Unknown = 5
Someone made a different choice in the environment, and we're not able to map it back to an enum.