Using RefreshMatching
All controls within Studio provide a RefreshMatching method. This method lets you enable developers to rematch a control’s children. RefreshMatching takes a single Boolean parameter, detach, that determines if it destroys all of the children (and grandchildren) before rematching, or if it simply looks for new matches.
Refresh matching should only be used in scenarios where Studio cannot detect changes in the user interface. In practice, this scenario should only occur in the web adapter with web pages containing DHTML. If you have a scenario outside of the web adapter that requires RefreshMatching, contact Studio Support.
Previous topic Understanding the control life cycle Next topic Matching triggers