 | PanelgetXDatalistRowLinkByActionAndCaption Method |
Format an xPath for handling a link on any datalist row.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static string getXDatalistRowLinkByActionAndCaption(
string action,
string caption
)
Public Shared Function getXDatalistRowLinkByActionAndCaption (
action As String,
caption As String
) As String
public:
static String^ getXDatalistRowLinkByActionAndCaption(
String^ action,
String^ caption
)
Parameters
- action
- Type: SystemString
The result of the action. i.e. 'Go to segment:' - caption
- Type: SystemString
The caption of the link.
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXDatalistRowLinkByActionAndCaption(System.String,System.String)"]
See Also