Click or drag to resize
PanelgetXSectionAddButton Method
Given the caption header of a section, formats an XPath for handling the Add button.

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 getXSectionAddButton(
	string sectionName,
	string addCaption = "Add"
)

Parameters

sectionName
Type: SystemString
The caption head of the section.
addCaption (Optional)
Type: SystemString
The caption of the button defaulting to "Add". A unique caption value can be specified if the button caption is not "Add".

Return Value

Type: String

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

See Also