Click or drag to resize
FunctionalAreagetXAddMenu Method
Formats an XPath to handle an Add menu.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static string getXAddMenu(
	string addId,
	string caption = "Add new"
)

Parameters

addId
Type: SystemString
The unique ID in the HTML Table element's id. i.e. 'ADDNEWGROUP'
caption (Optional)
Type: SystemString
The caption of the add menu. Defaults to 'Add new'

Return Value

Type: String

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

See Also