Finds all elements with the FindParams in the passed in collection.
Syntax| C# |
public IDictionary<string, Element> FromCollection ( FindParamCollection collection )
Parameters- collection (FindParamCollection)
- The collection of all the FindParams
RemarksIf ThrowIfNullOrEmpty is true, this function will throw if an element
is not found. If ThrowIfNullOrEmpty is false, this function will not add
and element that we not found.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
