Click or drag to resize

BrowserBrowseTo Method (ShellItemIdList, SBSP, Boolean)

Informs Windows Explorer to browse to another folder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int BrowseTo(
	ShellItemIdList idList,
	SBSP flags = SBSP.SBSP_DEFBROWSER,
	bool throwOnError = true
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL representing the item to browse to.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellSBSP
The flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

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