SettingsStorageManager.<Storage name>.Load

Syntax:

Load(<ObjectKey>, <SettingsKey>, <SettingsDescription>, <UserName>)

Parameters:

<ObjectKey> (required)

Type: Arbitrary.
Settings object key.

<SettingsKey> (optional)

Type: String.
Key of settings to be loaded.

<SettingsDescription> (optional)

Type: SettingsDescription.
Setting description.
If the parameter is not set, the setting description is not loaded.

<UserName> (optional)

Type: String.
Name of the user whose settings are to be loaded.
If it is not specified, settings of the current user are loaded.

Returned value:

Type: Arbitrary.

Description:

Loads a setting from a storage.
The results are settings loaded from a storage.
This method calls the settings storage handler LoadProcessing.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community