CefDragData GetFileContents Method Xilium.CefGlue

[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.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public ulong GetFileContents(
	CefStreamWriter writer
)

Parameters

writer
Type: Xilium.CefGlue CefStreamWriter

[Missing <param name="writer"/> documentation for "M:Xilium.CefGlue.CefDragData.GetFileContents(Xilium.CefGlue.CefStreamWriter)"]

Return Value

Type: OnlineUInt64

[Missing <returns> documentation for "M:Xilium.CefGlue.CefDragData.GetFileContents(Xilium.CefGlue.CefStreamWriter)"]

See Also