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