Difference between revisions of "Template:Json EventNotificationIds Block - CSharp"
From Updox API
(Created page with " eventNotificationIds = [1, 2, 3]") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | eventNotificationIds = [1, 2, 3 | + | eventNotificationIds = new[] { |
+ | "1", | ||
+ | "2", | ||
+ | "3" | ||
+ | }, |
Latest revision as of 21:51, 11 December 2015
eventNotificationIds = new[] { "1", "2", "3" },