Contents

NSFileProviderCustomAction

Support for custom actions.

Declaration

protocol NSFileProviderCustomAction : NSObjectProtocol

Overview

Adopt this protocol to add a custom action to the context menu (for example, when the user control-clicks an item in Finder).

If you want to create an action that displays custom user interface elements, add actions using the File Provider UI framework instead. For more information, see Adding Actions to the Context Menu.

Topics

Performing Custom Actions

See Also

File Provider protocols