Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate tags #36

Closed
Ayoubezzddine opened this issue Apr 25, 2016 · 1 comment
Closed

separate tags #36

Ayoubezzddine opened this issue Apr 25, 2016 · 1 comment

Comments

@Ayoubezzddine
Copy link

We have 2 different website in the same solution, I read that we can use (TagsGroupKey("mysite")) for the tags property.

But how can I get the tags for each website alone.

@frederikvig
Copy link
Member

Something like this:

ServiceLocator.Current.GetInstance<ITagService>()
.GetAllTags().Where(t => t.GroupKey.Equals("groupKey"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants