Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Have you tried FindChild or FindChildren using something other than MappedName? The reason being is that MappedName has to recurse back into NameMapping/Aliases to find the name and you're already calling within NameMapping/Aliases. If you use a different property or, even, an array of properties, that might give you better performance on FindChild.