Hello, Just a quick question on the API and retrieving pages while multi threading.I have a simple Parallel.ForEach loop that retrieves a page from the tree based on the information being looped. T...
Good afternoonI want to select items from different classes in Kentico. So I have an array with strings:var allowedClassNames = new string[] { @project.classnameA@, @project.classnameB@,@project.cl...
I've got theoretical question. In documentation (working with documnets in API) we can find follwing code:TreeProvider tree = new TreeProvider(MembershipContext.AuthenticatedUser); TreeProvider pro...
Hi,the title says it all, I want to query the document tree with the new DocumentQuery classes but select multiple document types:var tree = new TreeProvider(); var docs = tree.SelectNodes(@CMS.Men...
TreeProvider.SelectSingleDocument(DocumentID) returns a TreeNode in which the Children property is empty. When I am logged in to Kentico as an administrator, however, it is populated with the TreeN...