Click or drag to resize

PathSelectionListCompletePathSelected Method

Ensures that the smallest complete selected path is added.

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

Parameters

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

Return Value

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