I have used GetTags()
method under umbraco.cms.businesslogic.Tags.Tag
to get all tags under a group or node.
var tags = umbraco.cms.businesslogic.Tags.Tag.GetTags("default");
But with umbraco.cms.businesslogic.Tags.Tag
being obsolete now, is there any other better alternative?
Also, does the new library offer tag-based querying of nodes?