I have a requirement wherein I have a DAM path and need to publish all the files under the given DAM. Is there a programatic way of publishing all files under a given DAM path in one go like activation tree?
For replicating all asset you have to iterate through the child of given path using node api and get path of all child then use Replicator API to replicate the asset like below.
For replicating all asset you have to iterate through the child of given path using node api and get path of all child then use Replicator API to replicate the asset like below.