Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey,
I create a SharedParameter of type ParameterType.YesNo.
Then I want to populate my new parameter with booleans, I therefore use :
myObject.get_Parameter(myNewParameter.Id).Set()
The problem is : there is no option for booleans for Set() available. Only string, integer, double and ElementId.
Ok I can still use an integer to simulate a boolean...
Benoit
Solved! Go to Solution.