Contents

write(to:)

Examines the parameters and other configuration information specified in the passed dictionary and adds its own information to it if appropriate.

Declaration

func write(to dictionary: NSMutableDictionary)

Parameters

  • dictionary:

    A dictionary that contains parameter and other configuration information about the action.

Discussion

Automator sends this message to an action object prior to archiving it. In its implementation of this method, the action object should first invoke the superclass implementation.

See Also

Initializing and Encoding