PathSelectionListAddAllExclude Method |
Adds all folders of a given path except the folder passed in p_ExcludeFolder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax 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
)
member AddAllExclude :
p_Path : string *
p_ExcludeFolder : string -> string
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:
Stringp_Path without the excluded folder
See Also