Click or drag to resize
ILocalFolderAppOnShellItemRenamed Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Plugins.ILocalFolderApp.OnShellItemRenamed(System.String,System.String,System.Collections.Generic.List{System.Tuple{System.String,System.String,System.String,System.Boolean}})"]

Namespace: ZU.Plugins
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
void OnShellItemRenamed(
	string newShellItemPath,
	string oldShellItemPath,
	List<Tuple<string, string, string, bool>> watchedItems
)

Parameters

newShellItemPath
Type: SystemString

[Missing <param name="newShellItemPath"/> documentation for "M:ZU.Plugins.ILocalFolderApp.OnShellItemRenamed(System.String,System.String,System.Collections.Generic.List{System.Tuple{System.String,System.String,System.String,System.Boolean}})"]

oldShellItemPath
Type: SystemString

[Missing <param name="oldShellItemPath"/> documentation for "M:ZU.Plugins.ILocalFolderApp.OnShellItemRenamed(System.String,System.String,System.Collections.Generic.List{System.Tuple{System.String,System.String,System.String,System.Boolean}})"]

watchedItems
Type: System.Collections.GenericListTupleString, String, String, Boolean

[Missing <param name="watchedItems"/> documentation for "M:ZU.Plugins.ILocalFolderApp.OnShellItemRenamed(System.String,System.String,System.Collections.Generic.List{System.Tuple{System.String,System.String,System.String,System.Boolean}})"]

See Also