AutomationBridgeService.FindControl(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls the corresponding method on the Data Driven Adapter configured for the hosted application.
public:
bool FindControl(System::String ^ applicationName, System::String ^ controlName);
public bool FindControl (string applicationName, string controlName);
member this.FindControl : string * string -> bool
Public Function FindControl (applicationName As String, controlName As String) As Boolean
Parameters
- applicationName
- String
Specifies the application name.
- controlName
- String
Specifies the control name.
Returns
True
if the control was found, otherwise false
.