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

ClearDictionary

Clear Dictionary

  • It clears the Dictionary removing all the content inside it.It takes Dictionary variable as input.

Properties

      Common

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

      Misc

  • Dictionary (InArgument<IDictionary<SelectedKeyDatatype, SelectedValueDatatype >>) – Dictionary represents a collection of keys and values.
  • 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 Clear Dictionary Create dict variable.
  • Remove the key value pair added in the Dictionary