GetAllPortals Description Panel job export Signature string[] GetAllPortals(string key, string panelId) Parameters Name Data Type Description key string required The authentication key panelId string required Response Data Type Description string[ ] String array with XML representing all portals Example var communityPanelSoapClient = new CommunityPanelSoapClient(); var portalDefinitions = communityPanelSoapClient.GetAllPortals(key, "p123456789");