[This is preliminary documentation and is subject to change.]
Write the contents of the file being dragged out of the web view into
|writer|. Returns the number of bytes sent to |writer|. If |writer| is
NULL this method will return the size of the file contents in bytes.
Call GetFileName() to get a suggested name for the file.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- writer
- Type: Xilium.CefGlue CefStreamWriter
[Missing <param name="writer"/> documentation for "M:Xilium.CefGlue.CefDragData.GetFileContents(Xilium.CefGlue.CefStreamWriter)"]
Return Value
Type: UInt64[Missing <returns> documentation for "M:Xilium.CefGlue.CefDragData.GetFileContents(Xilium.CefGlue.CefStreamWriter)"]
See Also