Click or drag to resize

PathSelectionList.CompletePathSelectedExclude 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
protected string CompletePathSelectedExclude(
	string pFolder,
	string pExFolder
)

Parameters

pFolder
Type: System.String
The parent folder of the currently checked folder.
pExFolder
Type: System.String
The currently checked folder.

Return Value

Type: String
Returns the smallest complete selected path.
See Also