How do I get a list of pages/folders created/modified by a user?
As above. I want to export the content and put it on our test environment. Thanks
As above. I want to export the content and put it on our test environment. Thanks
Hi,
You can use query builder to fetch the pages which are created by a specific user and write a service to create content package which can be used to install in other instances.
path=/content/we-retail/language-masters/en
1_property=@jcr:content/jcr:createdBy
1_property.operation=equal
1_property.value=rpampana
p.limit=-1
Creating content package:
Similarly we can write query for modified data
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.