Click or drag to resize

ItemOpenWrite Method

Opens a write stream from the item. Note all items don't support streaming.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Stream OpenWrite(
	FileShare share = FileShare.None,
	bool throwOnError = true
)

Parameters

share (Optional)
Type: System.IOFileShare
A constant that determines how the file will be shared by processes.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Stream
An instance of Stream or null if an error occurred.
See Also