 | BaseComponentMapColumnCaptionsToIndex Method |
Create a mapping of the column captions as keys to their DOM index values.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static IDictionary<string, int> MapColumnCaptionsToIndex(
ICollection<string> captions,
string headersxPath
)
Public Shared Function MapColumnCaptionsToIndex (
captions As ICollection(Of String),
headersxPath As String
) As IDictionary(Of String, Integer)
public:
static IDictionary<String^, int>^ MapColumnCaptionsToIndex(
ICollection<String^>^ captions,
String^ headersxPath
)
Parameters
- captions
- Type: System.Collections.GenericICollectionString
The list of captions to map. - headersxPath
- Type: SystemString
An xPath to get a parent element of the desired TR header columns.
Return Value
Type:
IDictionaryString,
Int32Mapping of column captions to an index.
See Also