Question
We would like to use LINQ in custom rule scripts. Is it possible?
Answer
To be able to use LINQ, please:
- add System.Linq and System.Core assemblies in the Document Definition Properties > .Net References tab
- in the rule script editor declare using LINQ namespace:
using System.Linq;
//script
Comments
0 comments
Please sign in to leave a comment.