Click or drag to resize
UserInfoProviderGetSearchDocuments Method
Returns top 15 search documents for current scope.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static List<ISearchDocument> GetSearchDocuments(
	SearchIndexInfo indexInfo,
	string whereCondition,
	int lastUserId
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
Search index info
whereCondition
Type: SystemString
Additional where condition
lastUserId
Type: SystemInt32
Last record user id

Return Value

Type: ListISearchDocument
See Also