Click or drag to resize
DialoggetXInputSearchTrigger Method
Format an xPath to find the search trigger button associated with an input field.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static string getXInputSearchTrigger(
	string dialogInputXPath
)

Parameters

dialogInputXPath
Type: SystemString
The unique xPath of the dialog input. Likely will have used Dialog.getXInput() to format the xPath.

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Dialogs.Dialog.getXInputSearchTrigger(System.String)"]

See Also