Click or drag to resize

RepositorySelectByParentPageIds Method (IEnumerableInt32, Query, Boolean, Boolean, Boolean)

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public virtual IEnumerable<Item> SelectByParentPageIds(
	IEnumerable<int> parentIds,
	Query query,
	bool includeParagraphs,
	bool includeChildItems,
	bool checkPermissions
)

Parameters

parentIds
Type: System.Collections.GenericIEnumerableInt32
query
Type: Dynamicweb.Content.Items.QueriesQuery
includeParagraphs
Type: SystemBoolean
includeChildItems
Type: SystemBoolean
checkPermissions
Type: SystemBoolean

Return Value

Type: IEnumerableItem
See Also