How do I programmatically Activate tree ?
Hi All,
I am using Replicator API to replicate tree of a given path. We've list of path which needs to be activated. Currently we are looping through list and activating one by one path.
replicator.replicate(session, ReplicationActionType.ACTIVATE, path, options);
I didn't find any better example of using Activate tree functionality. How do I activate /content/dam/<folder> in one go using API ?
Thanks.