As a follow-up on the previous post Move Items Between Publications , I created a simple command line utility that promotes or demotes an item using Core Service. The program is available in this blog's GitHub repository BluePrint Move Item . Usage parameters: promote | demote -- the action to perform itemTcmUri -- the item to move destinationPublicationTcmUri -- the Publication to move item to The .config file specifies the Core Service endpoint and basicHttp user/password. Note the new endpoint for SDL Web 8: http://cem.tridion.com/ webservices/CoreService201501.svc The following example promotes (moves up) an item to a parent Publication: Mitza.MoveItem.exe promote tcm:3-37 tcm:0-2-1 Connect to CoreService http://cme.tridion.com/webservices/CoreService201501.svc/basicHttp Connected as Administrator (IP-AC150874\Administrator) Original item: tcm:3-37 | Publication: "020 Content" Moved item: tcm:2-37 | Pub...
talk is cheap. show me the code.