Hi Everyone!
Let's say we've got our working node:
Node myWorkingNode = docManClient.GetNode(ref otAuth, nodeID);
What will be the easiest way to get IDs for all documents inside this node? Interested only in the first level documents, not deeper, and documents only, not folders.
Thanks!
Alex