XDTODataObject.GetList

Syntax variant: By a property

Syntax:

GetList(<Property>)

Parameters:

<Property> (required)

Type: XDTOProperty.
Property for which a list needs to be obtained.

Description of method variant:

If a property is not a listed one, an exception is initiated.

Syntax variant: By XPath expression

Syntax:

GetList(<Expression>)

Parameters:

<Expression> (required)

Type: String.
XPath expression that corresponds to a property for which a list values needs to be obtained.

Returned value:

Type: XDTOList; Undefined.
If a list of values is not specified for a property, Undefined will be returned.

Description:

Obtains a list of values for a specified property.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

    

1C:Enterprise Developer's Community