Click or drag to resize

PathSelectionListAddAllExclude Method

Adds all folders of a given path except the folder passed in p_ExcludeFolder.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected string AddAllExclude(
	string p_Path,
	string p_ExcludeFolder
)

Parameters

p_Path
Type: SystemString
Contains the parent folder.
p_ExcludeFolder
Type: SystemString
Contains the path which should be excluded from selection.

Return Value

Type: String
p_Path without the excluded folder
See Also