ShellChangeNotifierListRemovePath Method |
Removes the given path and stops and unregisters it.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected 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 String
- The file system path.
Return Value
BooleanTrue if it succeeds, false if it fails.
See Also