We are using EPiServer.Common.Tags Namespace related classes (FrameworkEntityBase, EntityTagCollection, TagCollection) to store and retrieve the tags related to entities.
Just need to clear-up the below doubts I have,
- Is it in any way related to Episerver Relate?
- We are trying to move out from Relate as the Relate components are deprecated; however, we need to ensure that keeping the EPiServer.Common.Tags will not make any bad impact in the future. Is it safe to keep the EPiServer.Common.Tags as it is ?
Thank you.