Click or drag to resize

ContentForumIndexProviderGetDocuments 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: SystemInt32
pageDocument
Type: Dynamicweb.IndexingIndexDocument
appParagraphRow
Type: System.DataDataRow

Return Value

Type: IEnumerableIndexDocument
See Also