Monday, November 08, 2010 at 12:07 AM.
system.verbs.builtins.xml.aggregator.rpcHandlers.deleteItems
on deleteItems (itemIdArray, username, password) {
<<Changes
<<11/6/02; 2:43:36 PM by JES
<<Created. Delete more than one item as specified by the item IDs contained in itemIdArray.
xml.aggregator.securityForRpc (client, username, password);
local (itemId);
for itemId in itemIdArray {
try {xml.aggregator.rpcHandlers.deleteItem (itemId, username, password)}};
return (true)}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.