Click or drag to resize

ShellBrowser Constructor (String)

Initializes a new instance of the ShellBrowser class makes the object with the given path the active object.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellBrowser(
	string pObjectPath
)

Parameters

pObjectPath
Type: SystemString
The file system path of the object that should be initially the active object.
See Also