Class WellKnownFlags
public static class WellKnownFlags
- Inheritance
-
WellKnownFlags
- Inherited Members
Fields
AccessAllDocuments
Allows the user to bypass any document security requirements.
public static readonly string AccessAllDocuments
Field Value
ScrambleData
Allows the user to control data scrambling. This can cause high CPU and database usage.
public static readonly string ScrambleData
Field Value
Properties
All
A list of all built-in flags.
public static IReadOnlyList<string> All { get; }