SettingsStorageManager.<Storage name>.Save

Syntax:

Save(<ObjectKey>, <SettingsKey>, <Settings>, <SettingsDescription>, <UserName>)

Parameters:

<ObjectKey> (required)

Type: Arbitrary.
Settings object key.

<SettingsKey> (optional)

Type: String.
Key of settings to be saved.

<Settings> (required)

Type: Arbitrary.
Contains settings to be saved to the storage.

<SettingsDescription> (optional)

Type: SettingsDescription.
Setting description.

<UserName> (optional)

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

Description:

Saves the setting in a storage.
Calls the handler, SaveProcessing.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community