 | PanelgetXGridRow Method |
Formats an XPath to find a single row in a grid/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 getXGridRow(
string gridId,
IDictionary<string, int> columnCaptionToIndex,
IDictionary<string, string> columnCaptionToValue
)
Public Shared Function getXGridRow (
gridId As String,
columnCaptionToIndex As IDictionary(Of String, Integer),
columnCaptionToValue As IDictionary(Of String, String)
) As String
public:
static String^ getXGridRow(
String^ gridId,
IDictionary<String^, int>^ columnCaptionToIndex,
IDictionary<String^, String^>^ columnCaptionToValue
)
Parameters
- gridId
- Type: SystemString
The unique id of the grid/datalist. i.e. '_DESIGNATIONS_value' - columnCaptionToIndex
- Type: System.Collections.GenericIDictionaryString, Int32
Mapping of the column captions to their index in the TD. - columnCaptionToValue
- Type: System.Collections.GenericIDictionaryString, String
Mapping of the column captions to a single row's values.
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXGridRow(System.String,System.Collections.Generic.IDictionary{System.String,System.Int32},System.Collections.Generic.IDictionary{System.String,System.String})"]
See Also