| BaseSelectionListCompletePathSelected Method  | 
 
            Ensures that the smallest complete selected path is added.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxprotected abstract string CompletePathSelected(
	string p_Path
)
Protected MustOverride Function CompletePathSelected ( 
	p_Path As String
) As String
protected:
virtual String^ CompletePathSelected(
	String^ p_Path
) abstract
abstract CompletePathSelected : 
        p_Path : string -> string 
Parameters
- p_Path
- Type: SystemString
 Path of a file or folder, which was added to the selection list.
Return Value
Type: 
StringReturns the smallest complete selected path, which is selected.
 See Also
See Also