Returns a list of elements that match the specified FindParam.
Note that this method does not support FindParam.Type=NodePathIndex.
Syntax| C# |
public ReadOnlyCollection<TControl> AllByParam<TControl> ( FindParam param ) where TControl : new(), Control
Generic Template Parameters- TControl
- Control type to get.
Parameters- param (FindParam)
- The FindParam to match.
Return ValueThe list of found elements.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
