| RepositorySelectByParentPageId Method (IEnumerableInt32, Query, Boolean, Boolean, Boolean, Boolean) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use SelectByParentPageIds instead.")]
public virtual IEnumerable<Item> SelectByParentPageId(
IEnumerable<int> pids,
Query query,
bool includeParagraphs,
bool includeAllChildItems,
bool checkPermissions,
bool includeInheritedItems
)
<ObsoleteAttribute("Use SelectByParentPageIds instead.")>
Public Overridable Function SelectByParentPageId (
pids As IEnumerable(Of Integer),
query As Query,
includeParagraphs As Boolean,
includeAllChildItems As Boolean,
checkPermissions As Boolean,
includeInheritedItems As Boolean
) As IEnumerable(Of Item)
Parameters
- pids
- Type: System.Collections.GenericIEnumerableInt32
- query
- Type: Dynamicweb.Content.Items.QueriesQuery
- includeParagraphs
- Type: SystemBoolean
- includeAllChildItems
- Type: SystemBoolean
- checkPermissions
- Type: SystemBoolean
- includeInheritedItems
- Type: SystemBoolean
Return Value
Type:
IEnumerableItemSee Also