Click or drag to resize

CloudFilesContextMenuVerbRpcBaseInvokeMenuCommandAsync Method

IT Hit User File System
Handles menu item call.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
protected override Task InvokeMenuCommandAsync(
	IEnumerable<string> filesPath
)

Parameters

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

Return Value

Type: Task
A task object that can be awaited.
See Also