 | PanelgetXSectionDatalistCurrentPageIndex Method |
Format an XPath to find the top-right index DIV whose text will be the current page index of a section's datalist.
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 getXSectionDatalistCurrentPageIndex(
string sectionCaption
)
Public Shared Function getXSectionDatalistCurrentPageIndex (
sectionCaption As String
) As String
public:
static String^ getXSectionDatalistCurrentPageIndex(
String^ sectionCaption
)
Parameters
- sectionCaption
- Type: SystemString
The caption of the section
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXSectionDatalistCurrentPageIndex(System.String)"]
See Also