1. Home
  2. Docs
  3. Microsoft Extensions
  4. BuildDictionary

BuildDictionary

Build Dictionary

  • This activity is used when we have to build a Dictionary. It creates a Dictionary according to specified schema.

Properties

      Common

  • DisplayName (String)-The display name of the activity.

      Misc

  • Dictionary (InArgument<IDictionary< SelectedKeyDatatype, SelectedValueDatatype >>) accepts object of IDictionary
  • Result (OutArgument<IDictionary< SelectedKeyDatatype, SelectedValueDatatype >>) – stores the final built Dictionary after adding items to it.
  • Values (IDictionary< SelectedKeyDatatype,InArgument< SelectedValueDatatype >>) – this takes keys and values needed to be added into the Dictionary.
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Extension in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call Load and invoke workflow Enter the required XAML path,timeout and input.