Click or drag to resize

RepositorySelectByAreaId Method (Int32, Query)

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public virtual IEnumerable<Item> SelectByAreaId(
	int areaId,
	Query query
)

Parameters

areaId
Type: SystemInt32
query
Type: Dynamicweb.Content.Items.QueriesQuery

Return Value

Type: IEnumerableItem
See Also