 | PanelClickSectionAddButton Method |
Click the 'Add' button of a section.
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 void ClickSectionAddButton(
string sectionCaption,
string addButtonCaption = "Add"
)
Public Shared Sub ClickSectionAddButton (
sectionCaption As String,
Optional addButtonCaption As String = "Add"
)
public:
static void ClickSectionAddButton(
String^ sectionCaption,
String^ addButtonCaption = L"Add"
)
Parameters
- sectionCaption
- Type: SystemString
The caption of the section that the button belongs to. - addButtonCaption (Optional)
- Type: SystemString
The caption of the button to click. Defaults to 'Add'.
See Also