Click or drag to resize

IDragDataGetFileContents Method

Version 94.4.20
Write the contents of the file being dragged out of the web view into the provided Stream For a suggested filename check the FileName property

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
long GetFileContents(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream data is to be written to. If null this method will return the size of the file contents in bytes.

Return Value

Type: Int64
Returns the number of bytes written to the stream
See Also