ShellBrowser .Net Edition
AddAllExclude Method (p_Path, p_ExcludeFolder)
NamespacesJam.ShellPathSelectionListAddAllExclude(String, String)
Adds all folders of a given path except the folder passed in p_ExcludeFolder.
Declaration Syntax
C#Visual BasicVisual C++
protected string AddAllExclude(
	string p_Path,
	string p_ExcludeFolder
)
Protected Function AddAllExclude ( _
	p_Path As String, _
	p_ExcludeFolder As String _
) As String
protected:
String^ AddAllExclude(
	String^ p_Path, 
	String^ p_ExcludeFolder
)
Parameters
p_Path (String)
Contains the parent folder.
p_ExcludeFolder (String)
Contains the path which should be excluded from selection.
Return Value
p_Path without the excluded folder

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)