Click or drag to resize
BaseComponentMapColumnCaptionsToIndex Method
Create a mapping of the column captions as keys to their DOM index values.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
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, Int32
Mapping of column captions to an index.
See Also