| StorageManagerGetByIdT Method (String) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public T GetById<T>(
string id
)
where T : new(), ItemEntry
Public Function GetById(Of T As {New, ItemEntry}) (
id As String
) As T
Parameters
- id
- Type: SystemString
Type Parameters
- T
Return Value
Type:
TSee Also