Dynamicweb 8 Documentation
IsSelectedRow Method

Syntax
'Declaration
 
Public Shared Function IsSelectedRow( _ 
   ByVal rowIndex As Integer, _ 
   ByVal row As DataRow, _ 
   ByVal pairs As List(Of KeyValuePair(Of String,String)) _ 
) As Boolean
public static bool IsSelectedRow( 
   int rowIndex,
   DataRow row,
   List<KeyValuePair<string,string>> pairs 
)

Parameters

rowIndex
row
pairs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PublishingRenderer Class
PublishingRenderer Members

Send Feedback