 | 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 NamedItemListParameters
- listID
- Type: SystemInt32
Return Value
Type:
NamedItemList
See Also