Click here to Skip to main content
15,885,954 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm creating a activity (windows workflow foundation) for Mail Template with right click options (Context menu), in this part i have to provide dynamic data as dictionary for the activity as InArgument, here i have a variable dictionary CMenu and i can able to set the variable to the InArgument property, the problem is i am unable read the data in designer activity, guys can any one can able to assist me to solve this?

What I have tried:

I have tried below //CodeActivity public Dictionary ContextMenu { get; set; } Create a variable in UI and set it to the particular property //Designer Activity this.ModelItem.Properties["ContextMenu"].Dictionary.Keys
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900