PathSelectionListAddAllExclude Method |
Adds all folders of a given path except the folder passed in p_ExcludeFolder.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
)
member AddAllExclude :
p_Path : string *
p_ExcludeFolder : string -> string Parameters
- p_Path String
- Contains the parent folder.
- p_ExcludeFolder String
- Contains the path which should be excluded from selection.
Return Value
Stringp_Path without the excluded folder
See Also