Click or drag to resize
PanelgetXDatalistRowLinkByActionAndCaption Method
Format an xPath for handling a link on any datalist row.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
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