Click or drag to resize

IMenuCommandInvokeAsync Method

IT Hit User File System
Handles menu call.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 6.3.20496.0
Syntax
Task InvokeAsync(
	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