FileChooserOpenedEventArgsBackendNodeId Property  | 
Version 108.4.130 
            Input node id. Only present for file choosers opened via an <input type="file" > element.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic int? BackendNodeId { get; }public:
property Nullable<int> BackendNodeId {
	Nullable<int> get ();
}Property Value
Type: 
NullableInt32
See Also