SettingsStorageManager.<Storage name>.LoadProcessing

Syntax:

LoadProcessing(<ObjectKey>, <SettingsKey>, <Settings>, <SettingsDescription>, <User>)

Parameters:

<ObjectKey>

Type: Arbitrary.
Key of the object for which settings are to be loaded.

<SettingsKey>

Type: Arbitrary.
Settings key.

<Settings>

Type: Arbitrary.
Contains loaded settings.

<SettingsDescription>

Type: SettingsDescription; Undefined.
Settings description.
Undefined - saving the settings description is not needed.

<User>

Type: String.
Identifier of the user for whom settings are to be loaded.
If it is not specified or contains an empty string, settings for the current user are loaded.

Description:

Occurs when loading settings.

    

1C:Enterprise Developer's Community