Click or drag to resize

IDragDataAddFile Method

Version 75.1.140
Add a file that is being dragged into the webview.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
void AddFile(
	string path,
	string displayName = null
)

Parameters

path
Type: SystemString
File Path
displayName (Optional)
Type: SystemString
Optional Display Name
See Also