SettingsStorageManager.<Storage name>.SetDescription

Syntax:

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

Parameters:

<ObjectKey> (required)

Type: Arbitrary.
Settings object key.

<SettingsKey> (optional)

Type: Arbitrary.
Settings key.
If is set to Undefined, a new settings key will be generated and returned.

<SettingsDescription> (required)

Type: SettingsDescription.
Setting description.

<UserName> (optional)

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

Returned value:

Type: Arbitrary.

Description:

Sets description of settings in a storage.
Calls the handler, SetDescriptionProcessing.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community