Click or drag to resize
ILocalFolderAppOnShellItemDeleted Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Plugins.ILocalFolderApp.OnShellItemDeleted(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 OnShellItemDeleted(
	string shellItemPath,
	List<Tuple<string, string, string, bool>> watchedItems
)

Parameters

shellItemPath
Type: SystemString

[Missing <param name="shellItemPath"/> documentation for "M:ZU.Plugins.ILocalFolderApp.OnShellItemDeleted(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.OnShellItemDeleted(System.String,System.Collections.Generic.List{System.Tuple{System.String,System.String,System.String,System.Boolean}})"]

See Also