ShellBrowser .Net Edition
PathWasRenamed Method (p_OldPath, p_NewPath)
NamespacesJam.ShellPathCollectionPathWasRenamed(String, String)
Call this method to update the collection, e.g. upon path rename
Declaration Syntax
C#Visual BasicVisual C++
public virtual void PathWasRenamed(
	string p_OldPath,
	string p_NewPath
)
Public Overridable Sub PathWasRenamed ( _
	p_OldPath As String, _
	p_NewPath As String _
)
public:
virtual void PathWasRenamed(
	String^ p_OldPath, 
	String^ p_NewPath
)
Parameters
p_OldPath (String)
p_NewPath (String)
Return Value
true, if the old path was found and removed from the collection and the new path was added

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