Selecting Elements by Attribute Values

Below is the example of using the GetDimElements operation to get information about specific elements that satisfy the specified filtering conditions. The request contains moniker of opened dictionary instance and extraction parameters, in which the elements filter is specified. The filter uses text of objects' names, it is case-insensitive and searches for text in all parts of names. The basic information is loaded for the selected elements: key, name, element level and indication of child elements. Information is available in the response to the request.

In the C# example the text to be searched for in the names is sent as an input parameter.

SOAP

JSON

C#

See also:

GetDimElements