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 (in ShellBrowser.dll) Version: 7.0
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