Click or drag to resize

CloudFilesContextMenuVerbBaseGetMenuIconAsync Method

IT Hit User File System
Returns path to icon file or resource for menu item.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26224.0-Beta2
Syntax
protected abstract Task<string> GetMenuIconAsync(
	IEnumerable<string> filesPath
)

Parameters

filesPath
Type: System.Collections.GenericIEnumerableString
List of selected items.

Return Value

Type: TaskString
Path to icon file or resource.
See Also