PathSelectionListRemoveSubFolders Method |
Remove subfolders of the path from the current selection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void RemoveSubFolders(
string p_Path
)
Protected Sub RemoveSubFolders (
p_Path As String
)
protected:
void RemoveSubFolders(
String^ p_Path
)
member RemoveSubFolders :
p_Path : string -> unit Parameters
- p_Path String
- Contains the parent path from which the subfolders should be removed.
See Also