| ListGetRowsByInternalIds Method |
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public ListRow[] GetRowsByInternalIds(
string ids
)
Public Function GetRowsByInternalIds (
ids As String
) As ListRow()
Parameters
- ids
- Type: SystemString
Return Value
Type:
ListRowSee Also