UserInfoProviderGetSearchDocuments Method |
Returns top 15 search documents for current scope.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static List<SearchDocument> 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:
ListSearchDocumentSee Also