Hi All,
i was looking for a way to read the TagId Eg: Sea:Water/Fish from TagName Eg: Fish
i read the Tag Manager API Doc, TagManager (Adobe AEM 6.0.0 API 6.0.0 API)
it has Two methods to Find Tag Details'
TagManager.FindResults findByTitle(String title)
RangeIterator<Resource> find(String tagID)
But my case is different Here,
i don't have TagId, TagTile, all i have is Tag Name,
Wondering is there any way to get the tagId using tagName ?
Thanks
Raj