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: 8.1.26727.0-Beta2
Syntax
Task InvokeAsync(
	IEnumerable<string> filesPath,
	IEnumerable<byte[]> remoteStorageItemIds = null,
	CancellationToken cancellationToken = null
)

Parameters

filesPath
Type: System.Collections.GenericIEnumerableString
List of selected items.
remoteStorageItemIds (Optional)
Type: System.Collections.GenericIEnumerableByte
List of selected remote storage item ids.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken

Return Value

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