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