| NamedItemListGetNamedItemListByID Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use GetListById instead")]
public static NamedItemList GetNamedItemListByID(
int listID
)
<ObsoleteAttribute("Use GetListById instead")>
Public Shared Function GetNamedItemListByID (
listID As Integer
) As NamedItemList
Parameters
- listID
- Type: SystemInt32
Return Value
Type:
NamedItemListSee Also