Click or drag to resize

FPUIActionExtensionViewControllerMacGetMenuCommandAsync Method

IT Hit User File System

Namespace:  ITHit.FileSystem.Mac
Assembly:  ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax
public abstract Task<NSViewController> GetMenuCommandAsync(
	Guid menuGuid,
	IEnumerable<byte[]> remoteStorageItemIds,
	IMacFPUIActionExtensionContext context
)

Parameters

menuGuid
Type: SystemGuid
remoteStorageItemIds
Type: System.Collections.GenericIEnumerableByte
context
Type: ITHit.FileSystem.MacIMacFPUIActionExtensionContext

Return Value

Type: TaskNSViewController
See Also