Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Dam asset references

Avatar

Level 3

Hi EveryOne ,

I would liketo know if there is a way to get the list of references of an asset  (The WCM pages it is being used ) through APIs.

Something like Asset.getReferences();

Or if there is some other alternative to get the same, please suggest.

 

Regards

Harish

1 Accepted Solution

Avatar

Correct answer by
Level 5
4 Replies

Avatar

Correct answer by
Level 5

You can also get example from here http://wemcode.wemblog.com/get_asset_reference_in_page

Yogesh

Avatar

Level 2

Check out 

https://github.com/frappierer/unrefAemAssets

it will give you a list of all unrealted assets in AEM.

 

its not the best code, but its working fine.