Click or drag to resize

BaseSelectionListCompletePathSelected Method

Ensures that the smallest complete selected path is added.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected abstract string CompletePathSelected(
	string p_Path
)

Parameters

p_Path
Type: SystemString
Path of a file or folder, which was added to the selection list.

Return Value

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