Click or drag to resize

BaseSelectionListRemovePathFromSelection Method

Use this procedure to remove an item from the selection list.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public abstract void RemovePathFromSelection(
	string p_Path
)

Parameters

p_Path  String
Full qualified path, which should be rmoved from the selection
See Also