GetPanelRules Description Export specific panel rule definitions from panel Signature string[] GetPanelRules(string key, string panelId, string ruleIds) Parameters Name Data Type Description key string required The authentication key panelId string required ruleIds string required Response Data Type Description string[ ] String array with XML representing the panel rules Example var communityPanelSoapClient = new CommunityPanelSoapClient(); var panelRuleDefinitions = communityPanelSoapClient.GetPanelRules(key, "p123456789", "15231,14228");