I am using Ektron CMS version 8.5 SP2.
I have some points in taxonomy. Some of them are actual pages, some of them are library items (documents such as Word files and PDF files).
Suppose in my taxonomy there are 3 pages and 2 library items for a total of 5 items.
I am using the following code ...
ContentManager cManager = new Ektron.Cms.Framework.Content.ContentManager(); Ektron.Cms.Content.ContentTaxonomyCriteria ctCriteria = new Ektron.Cms.Content.ContentTaxonomyCriteria(); ctCriteria.AddFilter(1707, true);
When this code works, the number of elements in the list is 3. If I display the actual list, I can see it only in taxonomy pages, and not in two library elements.
The ContentManager.getList () function does not seem to receive library elements, even if these elements were added to the taxonomy. I can confirm that in the administration area library items are visible in a taxonomy.
For clarification, this is a problem with retrieving elements that are already added to the taxonomy.
Does anyone know how I can restore a list of all the elements in a taxonomy, including any library elements.
Note. If I add files to the document management system instead of the library, it works fine. But in a living system, I have hundreds of items in the library, and I hope they can view them through a taxonomy without having to move them all to DMS.
I also posted this question on the Ektron Developer Forum, but I had no answer. I hope someone here can help.
Greetings.