  | ItemEntryGetItemByIdT Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Content.Items
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use ItemManager.Storage instead.", true)]
public static T GetItemById<T>(
	string id
)
where T : new(), ItemEntry
<ObsoleteAttribute("Use ItemManager.Storage instead.", true)>
Public Shared Function GetItemById(Of T As {New, ItemEntry}) ( 
	id As String
) As TParameters
- id
 - Type: SystemString
 
Type Parameters
- T
 
Return Value
Type: 
T
See Also