Click or drag to resize

PathCollectionRemove Method

Removes a path from the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public virtual bool Remove(
	string item
)

Parameters

item
Type: SystemString
The path that should be removed

Return Value

Type: Boolean
true if item was found and removed successfully; otherwise false.

Implements

ICollectionTRemove(T)
See Also