Category Manager? Find category GUID

Posted by Community Admin on 03-Aug-2018 00:10

Category Manager? Find category GUID

All Replies

Posted by Community Admin on 21-Apr-2012 00:00

No CategoryManager WHAT?
What's the deal with that? There seems to be little organization with the API. I need to get the categories for my images and filter based on the category name. I can use the image.GetValue("Category") to get a list of ids but how do I find the categories that the ids belong to?

Silver Bullet No More

Sitefinity had a lot of promise, but I am now really starting to hate it. Everything you need to do from a developer point of view is broken, incomplete or poorly documented.

Posted by Community Admin on 21-Apr-2012 00:00

Hello Jaime, I'll start by answering your question on the CategoryManager. There is indeed no such manager, and the reason is that "category" is not a type, so to say, but rather an instance. Namely, Sitefinity provides taxonomies as a mean to organize content and data in general. There are four types of taxonomies that Sitefinity supports:

  • Flat taxonomy
  • Hierarchical taxonomy
  • Facet taxonomy
  • Network taxonomy
In the user interface, however, we only use flat and hierarchical taxonomies (other two are available through APIs).

Category is an instance of Hierarchical taxonomy, which as it name indicates means that taxa in this taxonomy is organized in hierarchy (parent / child relationships). Tags, on the other hand are instance of Flat taxonomy, as no relationship exists between flat taxa (tags).

Here is a link to the article which offers samples and explanations how to use hierarchical taxonomies API: 
http://www.sitefinity.com/documentation/documentationarticles/developers-guide/sitefinity-essentials/taxonomies/hierarchical-taxonomies/hierarchical-taxonomy-api 

The bottom line reason for this is that we did not want to limit people to what kind of taxonomies they want to use. For example, some people may want to use "Categories", other may want to use "Groups", yet other may have some completely different hierarchical organization (e.g. think organizational chart of the company).

Also, we wanted to support multiple hierarchical taxonomies without trying to "force fit" everything to be called "Category".

When Sitefinity installs for the very first time, we automatically create two taxonomies by default "Categories" and "Tags", as our user experience team thinks this makes system easier to grasp for the first time users. Also, a lot of times we have to make slight changes of terminology when it comes to user interface and API, as generally it's two different types of people using those two interfaces (e.g. developers vs. marketers). Think, for example, how you perceive word "type" and how it's perceived by a colleague in marketing department.

Hope, this provides sufficient explanation to the first question.

As for the Silver bullet statement, I agree Sitefinity is not one. I don't think there is one. I am not going to try to prove you wrong, as it's pointless and in the end rude, but I'd like to offer some statements that can perhaps clear some misunderstandings and show efforts and directions we are undertaking in order to make Sitefinity a better product.

In January we have released our new documentation portal which has been completely rethought to be much more task orientated, as opposed to long and dry theory. You can find the portal here:
http://www.sitefinity.com/documentation 

We have also reorganized our documentation team to be more agile. Documentation team is working in two week sprints and has a "release" every two weeks. Here are some recent updates on documentation "releases":

Other important thing regarding documentation is the fact that we are now managing documentation through Sitefinity, which allows us to rapidly publish new articles, as opposed to a lengthy procedures which took place before (compiling, uploading etc). Here is a blog post which details this effort, should you be interested:
http://www.sitefinity.com/blogs/slavoingilizov/posts/12-01-31/using_sitefinity_to_manage_our_own_product_documentation.aspx 

Finally, we are making rather big efforts in providing as many as possible video guides for common tasks. We upload several videos per week, so if this is something you think would be able to help you, I'd suggest subscribing to our YouTube channel:
http://www.youtube.com/user/TelerikSitefinityCMS/feed 

Finally, the API that is used in our user interface is the very same API that we expose to all other developers. Are there problems? Yes. Could it be simpler? Yes. We are taking all these concerns very seriously, and you will be able to see some really big improvements in the very next release, Sitefinity 5.1, which will feature almost no new features and is completely concentrated on making existing features work better, perform better and be simpler to work against.

I hope I was able to address you concerns. Should you have any other questions, I'd be glad to assist with those as well.

Greetings,
Ivan Osmak
Sitefinity Team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 22-Apr-2012 00:00

Hi Ivan,

Would you please give examples on how to create a Facet and Network taxonomy in Sitefinity.

Thank you.

This thread is closed