Difference between revisions of "Template:Json EventNotificationIds Block - CSharp"

From Updox API
Jump to: navigation, search
 
(One intermediate revision 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" 
     },