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.2
Syntax
public virtual bool Remove(
	string item
)

Parameters

item  String
The path that should be removed

Return Value

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

Implements

ICollectionTRemove(T)
See Also