 | PanelgetXSectionAddButton Method |
Given the caption header of a section, formats an XPath for handling the Add
button.
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 getXSectionAddButton(
string sectionName,
string addCaption = "Add"
)
Public Shared Function getXSectionAddButton (
sectionName As String,
Optional addCaption As String = "Add"
) As String
public:
static String^ getXSectionAddButton(
String^ sectionName,
String^ addCaption = L"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