Thanks very much for this -- very kind. I've been put on something else for the moment, but will try the RQL as soon as I can after that.
Thanks again. Simon. On May 11, 12:19 pm, Mark <[email protected]> wrote: > Here you go, i've replaced all the guid values with what will > hopefully be useful comments as to what the guids actually referenced > in the project structure. > > Move all files from a sub folder to parent (or whatever folder guid is > specified) (possibly movetype="1") > <IODATA sessionkey="sessionkey" loginguid="loginguid"> > <MEDIA> > <FOLDER guid="CurrentAssetFolderGuid" > subdirguid="CurrentAssetFolderGuid"> > <FILES view="thumbnail" sectioncount="30" maxfilesize="0" > attributeguid="" searchtext="*" pattern="" > startcount="1" orderby="name" action="move" > exportpath="#seems to be the session key with a # before it" > mailto="UserGuid" > mailsubject="Move assets (AssetManager\testsubfolder): > Completed" movetype="1" overwrite="" > targetfolderguid="targetfolderguid"/> > </FOLDER> > </MEDIA> > </IODATA> > > Move from sub folder to parent (or whatever folder guid is specified) > based on a search (possibly movetype="2") > <IODATA sessionkey="sessionkey" loginguid="loginguid"> > <MEDIA> > <FOLDER guid="CurrentAssetFolderGuid" > subdirguid="CurrentAssetFolderGuid"> > <FILES view="thumbnail" sectioncount="30" maxfilesize="0" > attributeguid="" searchtext="photo.jpg" > pattern="" startcount="1" orderby="name" action="move" > exportpath="#seems to be the session key with a # > before it" mailto="UserGuid" > mailsubject="Move assets (AssetManager): Completed" > movetype="2" overwrite="" > targetfolderguid="targetfolderguid"/> > </FOLDER> > </MEDIA> > </IODATA> > > Move from Parent folder to subfolder based on a search (possibly > movetype="2") > <IODATA sessionkey="sessionkey" loginguid="loginguid"> > <MEDIA> > <FOLDER guid="CurrentAssetFolderGuid" > subdirguid="CurrentAssetFolderGuid"> > <FILES view="thumbnail" sectioncount="30" maxfilesize="0" > attributeguid="" searchtext="photo.jpg" > pattern="" startcount="1" orderby="name" action="move" > exportpath="#seems to be the session key with a # > before it" mailto="UserGuid" > mailsubject="Move assets (AssetManager): Completed" > movetype="2" overwrite="" > targetfolderguid="targetfolderguid"/> > </FOLDER> > </MEDIA> > </IODATA> > > On May 11, 10:11 am, "Simon Lewis, UK" > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
