Click or drag to resize

CloudFilesContextMenuVerbIntegratedBaseGetMenuToolTipAsync Method

IT Hit User File System
Gets menu tooltip.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 9.0.27334.0-Beta
Syntax
protected override Task<string> GetMenuToolTipAsync(
	IEnumerable<string> filesPath
)

Parameters

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

Return Value

Type: TaskString
Menu tooltip.
See Also