Click or drag to resize

ExtensionsOpenView Method (IWithIdList, OFASI, Boolean)

Opens a Windows Explorer window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int OpenView(
	this 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.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IWithIdList. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also