StandardSettingsStorageManager.GetList

Syntax:

GetList(<ObjectKey>, <UserName>)

Parameters:

<ObjectKey> (required)

Type: String.
Settings object key.
For details see Settings automatically saved in the system storage.

<UserName> (optional)

Type: String.
Name of the user whose settings are to be obtained.
If it is not specified, settings of the current user are obtained.
If user, which is not current, is specified, i.e. when attempting to call the settings which do not belong to the current user, then the DataAdministration right is required for the current user.

Returned value:

Type: ValueList.

Description:

Obtains a list of settings from a storage.
The list item values are the setting keys.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community