 | PanelgetXSection Method |
Given the caption header of a section, return a unique identifier XPath
for handling the section WebElement.
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 getXSection(
string sectionName
)
Public Shared Function getXSection (
sectionName As String
) As String
public:
static String^ getXSection(
String^ sectionName
)
Parameters
- sectionName
- Type: SystemString
The caption header of the section to reference
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXSection(System.String)"]
See Also