Click or drag to resize

RepositorySelectByNamedListId Method

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

Parameters

namedListId
Type: SystemInt32
query
Type: Dynamicweb.Content.Items.QueriesQuery
checkPermissions
Type: SystemBoolean

Return Value

Type: IEnumerableItem
See Also