Click or drag to resize

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

Return Value

Type: IEnumerableIndexDocument
See Also