 | PanelgetXSectionDatalistRows Method |
XPath to get the TR datalist rows 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 string getXSectionDatalistRows(
string sectionCaption
)
Public Shared Function getXSectionDatalistRows (
sectionCaption As String
) As String
public:
static String^ getXSectionDatalistRows(
String^ sectionCaption
)
Parameters
- sectionCaption
- Type: SystemString
The caption of the section that the datalist belongs to.
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXSectionDatalistRows(System.String)"]
See Also