Click or drag to resize

PublishingRendererIsSelectedRow Method

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public static bool IsSelectedRow(
	int rowIndex,
	DataRow row,
	List<KeyValuePair<string, string>> keyValuePairs
)

Parameters

rowIndex
Type: SystemInt32
row
Type: System.DataDataRow
keyValuePairs
Type: System.Collections.GenericListKeyValuePairString, String

Return Value

Type: Boolean
See Also