Click or drag to resize

ShellBrowser(String) Constructor

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.2
Syntax
public ShellBrowser(
	string pObjectPath
)

Parameters

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