| RepositorySelectByIdsT Method (IEnumerableString) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public virtual IEnumerable<T> SelectByIds<T>(
IEnumerable<string> ids
)
where T : new(), ItemEntry
Public Overridable Function SelectByIds(Of T As {New, ItemEntry}) (
ids As IEnumerable(Of String)
) As IEnumerable(Of T)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableString
Type Parameters
- T
Return Value
Type:
IEnumerableTSee Also