Get Registry Items List#

Get a list of registry items for the specified key.

Root SectionSelect the root section.
Key Name[Text] Key name. For example, "Software\Microsoft\Clipboard"
Item TypeType 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:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

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:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

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.