 | NewAdhocQueryDialoggetXCriteriaInput Method |
Format a unique XPath for a Input on an AdHocQueryCriteriaForm on the NewAdhocQueryDialog.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxprotected static string getXCriteriaInput(
string inputId
)
Protected Shared Function getXCriteriaInput (
inputId As String
) As String
protected:
static String^ getXCriteriaInput(
String^ inputId
)
Parameters
- inputId
- Type: SystemString
The ID of the input.
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Dialogs.NewAdhocQueryDialog.getXCriteriaInput(System.String)"]
See Also