Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am novice in Biztalk. I would like to know what should be the input parameters for the default inline C# code present in Scripting functoid.
Posted

1 solution

The input parameters should be from an element field, or output of other functoids, as long as the output is a value and not a node. Your input parameters should be equal to the number of the parameters on your inline C# code. The order of the parameters is the topmost being the first parameter on your C# code, and so on.
 
Share this answer
 

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