Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - XinetExecutePortalDICall
Executes a command by calling the specified Xinet Server's portalDI application
Declaration
public string XinetExecutePortalDICall ( string apiKey, string xinetServerID, string callID, string arguments );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
xinetServerID | The ID of the server settings | |
callID | string | Multiple calls can be made at the same time in the Editor. The callID is returned in the result so the editor knows which Callback to call |
arguments | string | The arguments to the portalDI application (eg: "action=showkywdperms") |
Returns
A valid XML string