| ItemGetItemById Method |
Namespace:
Dynamicweb.Content.Items
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static Item GetItemById(
string itemType,
string id
)
Public Shared Function GetItemById (
itemType As String,
id As String
) As Item
Parameters
- itemType
- Type: SystemString
- id
- Type: SystemString
Return Value
Type:
ItemSee Also