Click or drag to resize

IDragDataGetFileContents Method

Version 79.1.350
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: 76.1.90.0 (76.1.90.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