Click or drag to resize

RepositorySelectByParagraphIdT Method (IEnumerableInt32)

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public virtual IEnumerable<T> SelectByParagraphId<T>(
	IEnumerable<int> paragraphIds
)
where T : new(), ItemEntry

Parameters

paragraphIds
Type: System.Collections.GenericIEnumerableInt32

Type Parameters

T

Return Value

Type: IEnumerableT
See Also