Jump to content

Could I copy a library item (DXP file) to another folder then rename it by some kind of API


Wilco Hsu

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...