ShellBrowser(String) Constructor |
Initializes a new instance of the
ShellBrowser class makes the object with the given path the active object.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ShellBrowser(
string pObjectPath
)
Public Sub New (
pObjectPath As String
)
public:
ShellBrowser(
String^ pObjectPath
)
new :
pObjectPath : string -> ShellBrowserParameters
- pObjectPath String
- The file system path of the object that should be initially the active object.
See Also