Get Registry Items List#
Get a list of registry items for the specified key.
| Root Section | Select the root section. |
| Key Name | [Text] Key name. For example, "Software\Microsoft\Clipboard" |
| Item Type | Type of items to select. Possible options: "section names", "parameter names". |
| Result | [Dictionary/List] If the item type is selected as "section names", a list of section names is returned. If the item type is selected as "parameter names", a dictionary with values "parameter name" - "its value" is returned. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |