 | DialoggetXInputNewFormTrigger Method |
Format an xPath to find the new-form trigger button associated with an input field.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static string getXInputNewFormTrigger(
string dialogInputXPath
)
Public Shared Function getXInputNewFormTrigger (
dialogInputXPath As String
) As String
public:
static String^ getXInputNewFormTrigger(
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.getXInputNewFormTrigger(System.String)"]
See Also