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