ShellChangeNotifierListRemovePath Method |
Removes the given path and stops and unregisters it.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected override bool RemovePath(
string pPath
)
Protected Overrides Function RemovePath (
pPath As String
) As Boolean
protected:
virtual bool RemovePath(
String^ pPath
) override
abstract RemovePath :
pPath : string -> bool
override RemovePath :
pPath : string -> bool
Parameters
- pPath
- Type: SystemString
The file system path.
Return Value
Type:
BooleanTrue if it succeeds, false if it fails.
See Also