| RepositorySelectByAreaId Method (Int32) |
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public virtual IEnumerable<Item> SelectByAreaId(
int areaId
)
Public Overridable Function SelectByAreaId (
areaId As Integer
) As IEnumerable(Of Item)
Parameters
- areaId
- Type: SystemInt32
Return Value
Type:
IEnumerableItemSee Also