IDragDataGetFileContents Method |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax long GetFileContents(
Stream stream
)
long long GetFileContents(
Stream^ stream
)
Parameters
- stream Stream
- Stream data is to be written to. If null this method will return the
size of the file contents in bytes.
Return Value
Int64Returns the number of bytes written to the stream
See Also