Wilco Hsu Posted November 29, 2019 Share Posted November 29, 2019 Hi, Is there existed APIs for C# or Java so that I couldcopy a library item (DXP file) to another folder then rename it Thanks for help. kind regards, Wilco Link to comment Share on other sites More sharing options...
Rayees Wani Posted November 29, 2019 Share Posted November 29, 2019 You might want to look into the LibraryService web service (Server side API): https://docs.tibco.com/pub/sfire_dev/area/doc/api/TIB_sfire_server_WebSe... There is a method as copyItems() in there which Copies the given items to the given destination folder. OR check the LibraryManager Class (client side API) LibraryManager.Copy Method https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a... https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now