I am using the DAPI.copyNode function to copy node with their metadata and permissions. The source nodes has classifications.
For example, I have a folder A with classification as "client" and folder B with classification as "opportunity". Now I need to make a copy of folder B into folder A while retaining the classification on copied object, i.e. the new folder should have classification as "opportunity".
While using DAPI.COPYNODE to copy the folder B into folder A, sometimes the folder retains the source classification("opportunity") and sometimes it inherit the destination classification("client")
How to retain source classification while copying an object using DAPI.COPYNODE.
Any input would be very much appreciated.