Click or drag to resize

RepositorySelectByNamedList Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use SelectByNamedListId instead.")]
public virtual IEnumerable<Item> SelectByNamedList(
	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