Click or drag to resize

IMenuCommandWindowsGetIconAsync Method

IT Hit User File System
Gets menu icon path.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax
Task<string> GetIconAsync(
	IEnumerable<string> filesPath
)

Parameters

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

Return Value

Type: TaskString
Path to the icon file.
See Also