| BaseSelectionListAddPathToSelection Method  | 
 
            Adds a path to the list of selected paths.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic abstract void AddPathToSelection(
	string p_Path
)
Public MustOverride Sub AddPathToSelection ( 
	p_Path As String
)
public:
virtual void AddPathToSelection(
	String^ p_Path
) abstract
abstract AddPathToSelection : 
        p_Path : string -> unit 
Parameters
- p_Path
- Type: SystemString
 Path, which should be added.
 See Also
See Also