| PathSelectionListCompletePathSelectedExclude Method  | 
 
            Checks the parent folder of a folder is full selected.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxprotected string CompletePathSelectedExclude(
	string pFolder,
	string pExFolder
)
Protected Function CompletePathSelectedExclude ( 
	pFolder As String,
	pExFolder As String
) As String
protected:
String^ CompletePathSelectedExclude(
	String^ pFolder, 
	String^ pExFolder
)
member CompletePathSelectedExclude : 
        pFolder : string * 
        pExFolder : string -> string 
Parameters
- pFolder
- Type: SystemString
 The parent folder of the currently checked folder.
- pExFolder
- Type: SystemString
 The currently checked folder.
Return Value
Type: 
StringReturns the smallest complete selected path.
 See Also
See Also