Click or drag to resize

FileOperationSetOperationFlags Method

Sets the operation flags.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int SetOperationFlags(
	FOF flags,
	bool throwOnError = true
)

Parameters

flags
Type: callback.ShellBoost.Core.WindowsShellFOF
The flags.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: Int32
The result of Windows Shell last operation.
See Also