revXMLRPC_Documents | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | xml-rpc library | ||||||
Summary | Returns a list of all XML-RPC documents in memory. | ||||||
Introduced | 2.5 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Glossary: Standalone Application Settings, standalone application, return, XML-RPC, XML-RPC document, LiveCode custom library Command: revXMLRPC_DeleteAllDocuments Function: revXMLRPC_Execute, revXMLRPC_CreateRequest Library: XML-RPC library Control Structure: function | ||||||
Security | disk, process | ||||||
Description | Use the revXMLRPC_Documents function to find out which XML-RPC document|XML-RPC documents have been created, or when you want to perform an action on all the XML-RPC documents you're working with. Each document ID is the number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request. If the revXMLRPC_Documents function encounters an error, it returns an error message starting with "xmlrpcerr".
| ||||||
Tags | networking |