GetRuleSets

Description

Export specific panel rule set definitions from panel

Signature
string[] GetRuleSets(string key, string panelId, string ruleSetIds)

Parameters

Name Data Type Description

key

string required

The authentication key

panelId

string required

ruleSetIds

string required

Response

Data Type Description

string[ ]

String array with XML representing the panel rule sets

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

var panelRuleDefinitions = communityPanelSoapClient.GetRuleSets(key, "p123456789", "15231,14228");