Click or drag to resize

RepositorySelectByAreaIdT Method (Int32)

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

Parameters

areaId
Type: SystemInt32

Type Parameters

T

Return Value

Type: IEnumerableT
See Also