Click or drag to resize

ViewOpen Method (IWithIdList, OFASI, Boolean)

Opens a Windows Explorer window.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int Open(
	IWithIdList idList,
	OFASI options = OFASI.OFASI_NONE,
	bool throwOnError = true
)

Parameters

idList
Type: callback.ShellBoost.CoreIWithIdList
The identifier list.
options (Optional)
Type: callback.ShellBoost.Core.WindowsShellOFASI
The options.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionidList is null.
See Also