|  | PanelgetXSectionDatalistRow Method | 
            Formats a unique XPath to find a single datalist row.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static string getXSectionDatalistRow(
	string sectionCaption,
	IDictionary<string, int> columnCaptionToIndex,
	IDictionary<string, string> columnCaptionToValue
)
Public Shared Function getXSectionDatalistRow ( 
	sectionCaption As String,
	columnCaptionToIndex As IDictionary(Of String, Integer),
	columnCaptionToValue As IDictionary(Of String, String)
) As String
public:
static String^ getXSectionDatalistRow(
	String^ sectionCaption, 
	IDictionary<String^, int>^ columnCaptionToIndex, 
	IDictionary<String^, String^>^ columnCaptionToValue
)
Parameters
- sectionCaption
- Type: SystemString
 The caption of the section that the datalist belongs to.
- columnCaptionToIndex
- Type: System.Collections.GenericIDictionaryString, Int32
 Mapping of the datalist column captions to their DOM TD index.
- columnCaptionToValue
- Type: System.Collections.GenericIDictionaryString, String
 Mapping of the datalist column captions to their values in a single row.
Return Value
Type: 
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXSectionDatalistRow(System.String,System.Collections.Generic.IDictionary{System.String,System.Int32},System.Collections.Generic.IDictionary{System.String,System.String})"]
 See Also
See Also