Is Search.FindAll/FindIncremental deterministic, aka for example Depth first?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Context: I need to build an internal tree of modelItems that are partitions
For now I do it programmatically, starting from root and recursively going down
However that means:
- I need to parse at least the child of each partition to know there is not a partition between them
- stopping there, I can miss some deeply partitions (unlikely but...)
A better approach would be to just do a Search for ClassName Equals @"LcOaPartition" and build the tree on the go
Can I rely on the FindAll/FindIncremental to return the found partitions in a deterministic order, aka depth first or flat first?
Main Scientist, Full Stack Developer & When Time Permits Director of IDIGO ► On your marks, Set, Go