Click or drag to resize
ItemsSearch Method (FilterCollection, EntityCollectionSort, Pagination, FirstOptions)
Searches items.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ItemSearchResult Search(
	FilterCollection filters,
	EntityCollection<Sort> sorts,
	Pagination pagination,
	FirstOptions firstOptions
)

Parameters

filters
Type: ConnectedApps.Cms.Entities.SearchFilterCollection
A collection of filters and/or sub filters.
sorts
Type: ConnectedApps.Cms.EntitiesEntityCollectionSort
A collection of sorts to apply.
pagination
Type: ConnectedApps.Cms.EntitiesPagination
Options to take and limit a subset of results.
firstOptions
Type: ConnectedApps.Cms.Entities.SearchFirstOptions
Options that correspond to SQL's TOP keyword.

Return Value

Type: ItemSearchResult
See Also