Hi I am not a developer but administer our websites. Site A uses Kentico CMS version 8.2. For this site, the search will only find web pages in the search results, not any of the documents. This is...
I am trying to retrieve a document in a macro that uses the documents collection. How do I get the desired document in the current culture if all I have is the NodeGUID?Example: {% ApplyTransformat...
Hi guys,We are using K9 with 16 cultures. We are wondering if it is possible to define order of documents in tree view independently by culture instead of impacting all the cultures at one time?tha...
Hello,I have issue with kentico 10 Documents macro. I tried like this:{% Documents[@/Home@] %} and{% Documents.Where(@NodeAliasPath='/Home'@).FirstItem %} But in both cases I don't get any results ...
Hi I'm trying to get the value of some properties retrieved using CMS.DocumentEngine.DocumentHelper in Kentico v10I've tried:var test1 = CMS.DocumentEngine.DocumentHelper.GetDocuments(@ImageWithDes...
Hi I'm making a call in my .master page codebehind to retrieve a collection of content only pages: @BCS.Testimonial@I'm loading in the node like so:var testimonials = DocumentHelper.GetDocuments(@...
Looks like the Import Tool kit of 9.0 is missing the @Documents@ option. This option was provided in previous versions. How come it is missing in the new version? Or is there another way of importi...
We’re developing a multilingual website. We’re using language prefixes approach. And we need to hide the language prefix for the default culture.Could you please advise us how we can do it? Example...
We build a couple of websites where you can have document collaboration, so share, edit, create and read documents. We did this with WebDav and also with a combination of Sharepoint, Web Apps and O...
Hello, Our client has a large amount of documents that they would like to add security roles to . Instead of adding them one by one, is there a SQL command we can use or an API call, to add roles t...