Enum PermissionsProblemEnum
Enumeration of possible problems for the Permissions Discrepancy Report.
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public enum PermissionsProblemEnum
  Fields
| Name | Description | 
|---|---|
| AbleDelete | Able to delete  | 
      
| AbleRead | Able to read  | 
      
| AbleSubscribe | Able to subscribe  | 
      
| AbleWrite | Able to write  | 
      
| OtherPermissions | Other permissions related data  | 
      
| UnableAuthenticate | Unable to authenticate  | 
      
| UnableDelete | Unable to delete  | 
      
| UnableRead | Unable to read  | 
      
| UnableSubscribe | Unable to subscribe  | 
      
| UnableWrite | Unable to write  |