IDragDataGetFileContents Method |
Version 106.0.290
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: 106.0.290.0 (106.0.290.0)
Syntax long GetFileContents(
Stream stream
)
long 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:
Int64Returns the number of bytes written to the stream
See Also