PathCollectionRemovePath Method |
Removes the given path.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected virtual bool RemovePath(
string pPath
)
Protected Overridable Function RemovePath (
pPath As String
) As Boolean
protected:
virtual bool RemovePath(
String^ pPath
)
abstract RemovePath :
pPath : string -> bool
override RemovePath :
pPath : string -> bool
Parameters
- pPath
- Type: SystemString
The path to check.
Return Value
Type:
BooleanTrue if the path was part of the list, false if not.
See Also