Forum Discussion
Ryan_Moran
11 years agoValued Contributor
Pass an array of properties and values to specify multiple properties and help narrow down your search. Should look something like this:
myChildObject = ParentObject.FindChild(propertyArray,valueArray,depth,refresh)
[url= http://support.smartbear.com/viewarticle/55112/]More information here.[/url]
If this doesn't work in conjunction with wildcards (such as * and ?) then iterating the object array returned by the findall/findallchildren methods is probably the best alternative.
myChildObject = ParentObject.FindChild(propertyArray,valueArray,depth,refresh)
[url= http://support.smartbear.com/viewarticle/55112/]More information here.[/url]
If this doesn't work in conjunction with wildcards (such as * and ?) then iterating the object array returned by the findall/findallchildren methods is probably the best alternative.
Related Content
- 5 years ago
- 8 years ago
Recent Discussions
- 5 hours ago