Click or drag to resize

Browser.BrowseTo Method (IWithIdList, 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(
	IWithIdList item,
	SBSP flags = SBSP.SBSP_DEFBROWSER,
	bool throwOnError = true
)

Parameters

item
Type: callback.ShellBoost.Core.IWithIdList
The item to browse to.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShell.SBSP
The flags.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.

Return Value

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