Expose InfoProvider result via custom macro expression
Question
Apr 10, 2015
I have a custom macro method that is essentially doing a TreeProvider.SelectNodes() call, and I'd like to provide that through the macro method in the same way that Documents is exposed. I'd like to be able to refine the query, i.e. , then iterate through the TreeNode result...