Click or drag to resize

ContentAppIndexProvider.GetDocuments Method

Namespace:  Dynamicweb
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public abstract 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