| StorageManagerGetById Method (String, String) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public Item GetById(
string systemName,
string id
)
Public Function GetById (
systemName As String,
id As String
) As Item
Parameters
- systemName
- Type: SystemString
- id
- Type: SystemString
Return Value
Type:
ItemSee Also