SearchResults Constructor Kentico 8.0 API Reference
Constructor

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

user
Type: CMS.Base IUserInfo
User to check against
inRoles
Type: OnlineSystem.Collections.Generic List OnlineString 
Returns results belonging to this roles
notInRoles
Type: OnlineSystem.Collections.Generic List OnlineString 
Returns results not belonging to these roles
siteIds
Type: OnlineSystem.Collections.Generic List OnlineInt32 
Site IDs for search
indexes
Type: OnlineSystem.Collections.Generic List SearchIndexInfo 
Indexes to search
See Also