Click or drag to resize

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

Parameters

id
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also