-
Notifications
You must be signed in to change notification settings - Fork 33
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
Unable to find package 'Geta.Tags' #32
Comments
The package is hosted at nuget.episerver.com |
I added nuget.episerver.com as package source Can you give me more help steps to start |
thank you, fixed Can you help me with this, how can I call the ITagEngine GetContentByTag(string tagName) in a aspx.cs page |
ServiceLocator.Current.GetInstance<ITagEngine>() |
Hi frederikvig, Can we get the topic tags? how to retrieve a list of the highest used tags? Thank you |
Any answer.. |
There's a count property on the Tag object that you can use for this. Basically you would need to get all tags and then order by count. |
Thank you but my question is how to get all the tags? Do I have t get all pages and loop to insert the tags in a list the order them, or is there a function to use? |
TagService have a function called GetAllTags() which should return all tags.
|
Hi, Thanks for the great help. I need to retrieve the related pages based on the tags(multi tags) of my current page. Should I loop for the tags separated by (,) and get pages related for each instance? |
Hi, 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. |
any updates?? |
PM> Install-Package Geta.Tags
Install-Package : Unable to find package 'Geta.Tags'
At line:1 char:1
PM>
This is package source:
https://api.nuget.org/v3/index.json
The text was updated successfully, but these errors were encountered: