Click or drag to resize
ForumInfoProvider.GetSearchDocuments Method
Returns search documents

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

Parameters

sii
Type: CMS.Search.SearchIndexInfo
Search index info
where
Type: CMS.DataEngine.WhereCondition
Where condition for the documents
lastId
Type: System.Int32
Last post ID that was processed

Return Value

Type: List<SearchDocument>
See Also