Message 1 of 3

Not applicable
02-17-2020
03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to copy a Multivalue Parameter from a document into another document using the c# API.
Until now I haven't found a way to copy the Parameter exactly as it is. So my next try is to create a new Parameter in the other document with the same properties as the Parameter in the first document, this approach works until I have to deal with Multivalue Parameters, because I can't create a Multivalue Parameter in c#.
To create a new Multivalue Parameter I'm trying to get the equivalent of MultiValue.SetList("PageSize", "A0", "A1", "A2", "A3", "A4") in c#
Thanks
Solved! Go to Solution.