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

From Updox API
Jump to: navigation, search
Line 1: Line 1:
       eventNotificationIds = ["1", "2", "3"]
+
       eventNotificationIds = new[] {
 +
          "1",  
 +
          "2",  
 +
          "3"  
 +
      }

Revision as of 21:31, 11 December 2015

     eventNotificationIds = new[] {
         "1", 
         "2", 
         "3" 
     }