TreeNode.AllChildren

John Jones asked on August 3, 2018 23:32

Hello,

If I ran a document query to grab one document (TreeNode) and then accessed the AllChildren property, would this call the database grabbing all child nodes in the database? I think it would be I just wanted to confirm?

Thank you,

Recent Answers


Anton Grekhovodov answered on August 6, 2018 06:12

Hi! Yes, it will call database select query to get all child nodes from all levels.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.