EnumManager.<Enumeration name>

Collection elements:

EnumRef
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to enumeration value is possible using [...] operator. Enumeration value index (starting from 0) in the enumeration is passed as an argument.

Properties:

<Enum value name>

Methods:

Count
EmptyRef
Get
GetChoiceData
GetChoiceForm
GetForm
GetListForm
GetTemplate
IndexOf

Events:

ChoiceDataGetProcessing
FormGetProcessing

Description:

It is used to get references to enumeration values (including empty references).
You can access the document using object property EnumsManager.
The full name of the object type is determined based on the name of a specific configuration enumeration. For example, for "Kinds Of Contractors" enumeration, the type name will look like Enums.KindsOfContractors.

Availability:

Server, thick client, external connection, Mobile application (server).
Exchange with server is possible.

See also:

EnumsManager, property <Enumeration name>

    

1C:Enterprise Developer's Community