Click or drag to resize
ForumInfoProviderGetSearchDocuments Method
Returns search documents

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static List<ISearchDocument> GetSearchDocuments(
	SearchIndexInfo sii,
	WhereCondition where,
	int lastId
)

Parameters

sii
Type: CMS.SearchSearchIndexInfo
Search index info
where
Type: CMS.DataEngineWhereCondition
Where condition for the documents
lastId
Type: SystemInt32
Last post ID that was processed

Return Value

Type: ListISearchDocument
See Also