Load Into Action

Loads the value from a file with the given key into an existing object, rather than creating a new instance.

The Error Event will be triggered if the data does not exist. In this case, you can use the Key Exists or File Exists action to check if the data exists before loading.

Parameters

Key The unique key which identifies the data we're loading.

Value

The object we want to load the data into.

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples

LoadIntoAction