| 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
Public Overridable Function SelectByAreaId(Of T As {New, ItemEntry}) (
areaId As Integer
) As IEnumerable(Of T)
Parameters
- areaId
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
IEnumerableTSee Also