PermissionType Enumeration | 
Version 93.1.111 
            PermissionType
            
 
    Namespace: 
   CefSharp.DevTools.Browser
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic enum PermissionType
public enum class PermissionType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | AccessibilityEvents | 0 | 
            accessibilityEvents
             | 
 | AudioCapture | 1 | 
            audioCapture
             | 
 | BackgroundSync | 2 | 
            backgroundSync
             | 
 | BackgroundFetch | 3 | 
            backgroundFetch
             | 
 | ClipboardReadWrite | 4 | 
            clipboardReadWrite
             | 
 | ClipboardSanitizedWrite | 5 | 
            clipboardSanitizedWrite
             | 
 | DisplayCapture | 6 | 
            displayCapture
             | 
 | DurableStorage | 7 | 
            durableStorage
             | 
 | Flash | 8 | 
            flash
             | 
 | Geolocation | 9 | 
            geolocation
             | 
 | Midi | 10 | 
            midi
             | 
 | MidiSysex | 11 | 
            midiSysex
             | 
 | Nfc | 12 | 
            nfc
             | 
 | Notifications | 13 | 
            notifications
             | 
 | PaymentHandler | 14 | 
            paymentHandler
             | 
 | PeriodicBackgroundSync | 15 | 
            periodicBackgroundSync
             | 
 | ProtectedMediaIdentifier | 16 | 
            protectedMediaIdentifier
             | 
 | Sensors | 17 | 
            sensors
             | 
 | VideoCapture | 18 | 
            videoCapture
             | 
 | VideoCapturePanTiltZoom | 19 | 
            videoCapturePanTiltZoom
             | 
 | IdleDetection | 20 | 
            idleDetection
             | 
 | WakeLockScreen | 21 | 
            wakeLockScreen
             | 
 | WakeLockSystem | 22 | 
            wakeLockSystem
             | 
See Also