Click or drag to resize

RepositorySelectByIds Method (IEnumerableString, Query, Boolean, Boolean)

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public virtual IEnumerable<Item> SelectByIds(
	IEnumerable<string> ids,
	Query query,
	bool checkPermissions,
	bool includeInheritedItems
)

Parameters

ids
Type: System.Collections.GenericIEnumerableString
query
Type: Dynamicweb.Content.Items.QueriesQuery
checkPermissions
Type: SystemBoolean
includeInheritedItems
Type: SystemBoolean

Return Value

Type: IEnumerableItem
See Also