Click or drag to resize

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

Parameters

ids
Type: System.Collections.GenericIEnumerableString

Type Parameters

T

Return Value

Type: IEnumerableT
See Also