Click or drag to resize

ContentForumIndexProvider.GetDocuments Method

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
public override IEnumerable<IndexDocument> GetDocuments(
	int pageId,
	IndexDocument pageDocument,
	DataRow appParagraphRow
)

Parameters

pageId
Type: System.Int32
pageDocument
Type: Dynamicweb.Indexing.IndexDocument
appParagraphRow
Type: System.Data.DataRow

Return Value

Type: IEnumerable<IndexDocument>
See Also