Enum of the default status of Document Skip for a user.
Namespace: Relativity.Services.Interfaces.UserInfo.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Use default value for the DocumentSkip property. | |
Enabled | 1 | Enables the Skip function. | |
Disabled | 2 | Disables the Skip function. | |
ForceEnabled | 3 | Always enables the Skip function so that the user can't turn it off. This option is only available for system admins. |
See Also