Click or drag to resize
DialoggetXLinkByAction Method
Format an xPath to find a link on the dialog.

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 getXLinkByAction(
	string dialogId,
	string linkId
)

Parameters

dialogId
Type: SystemString
The dialog's unique id identifier - i.e. '_individualSpouseBusinessAddForm'
linkId
Type: SystemString
The unique id associated with the link - i.e. 'SPLITSACTION'

Return Value

Type: String

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

See Also