Click or drag to resize

RepositorySelectByParagraphIdT Method (Int32)

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

Parameters

paragraphId
Type: SystemInt32

Type Parameters

T

Return Value

Type: IEnumerableT
See Also