How to find all the tags associated with a content item

Posted by Community Admin on 05-Aug-2018 15:00

How to find all the tags associated with a content item

All Replies

Posted by Community Admin on 08-Apr-2011 00:00

Hi,

I have the GUID for the content item (a module item) and now I want to find the list of tags (FlatTaxonomies) associated to that. What should be the FluentAPI query i have to use?

Thanks!
Duneel

Posted by Community Admin on 08-Apr-2011 00:00

Hello Duneel,

Please check this forum thread.


Regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 08-Apr-2011 00:00

Hi Ivan,

My requirement is different from what is available in post you sent. What I want to find is the list of tags associated to a Content item. Not the content items associated to a tag.

Thanks!
Duneel

Posted by Community Admin on 08-Apr-2011 00:00

Hi Duneel,

Try calling GetValue("Tags") of the content item. This is an extension method.

All the best,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed