How to get result through MultiDocumentQuery with intersect operation.`@code@` string[] cateA = { @X@, @Y@, @Z@ }; string[] cateB = { @A@, @B@, @C@, @Y@, @Z@ }; var query3 ...
Hello Everyone, I'm running into an issue that I hope someone can provide some direction on. I'm using a multidocumentquery to retrieve a bunch of documents. These documents have topics that are us...
I'm wondering how to get documents of a certain type where one of their child nodes contains a value.Example tree: Folder (CMS.Folder) │ └───Accommodation 1 (custom.Accommodation) │ │ Addre...
Dear All, In our current project (Kentico 12SP MVC), the development host name of our portal is dev.portal.com and the equivalent host name of the Kentico Admin Web Application is dev-cms.portal.co...
Hi All,I am new to Kentico and I keep running into the same issue and I have yet to get a clear idea or answer on what is the best practice way to do what seems to me would be a very common task in...
Hi All,I am trying to use the DocumentHelper to query a document path that contains multiple types. I would like to be able to access the custom fields in those nodes/documents but I am unable to. ...