Keyoti SearchUnit API Docs
GetDocuments Method (di, indexableSourceRecord, configuration)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesIndexableSourceGetDocuments(DocumentIndex, IndexableSourceRecord, Configuration)
Keyoti SearchUnit v6
Gets a collection of Document objects belonging to an indexable source
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static ArrayList GetDocuments(
	DocumentIndex di,
	IndexableSourceRecord indexableSourceRecord,
	Configuration configuration
)
public static ArrayList GetDocuments(
	DocumentIndex di,
	IndexableSourceRecord indexableSourceRecord,
	Configuration configuration
)
Public Shared Function GetDocuments ( 
	di As DocumentIndex,
	indexableSourceRecord As IndexableSourceRecord,
	configuration As Configuration
) As ArrayList
Public Shared Function GetDocuments ( 
	di As DocumentIndex,
	indexableSourceRecord As IndexableSourceRecord,
	configuration As Configuration
) As ArrayList
public:
static ArrayList^ GetDocuments(
	DocumentIndex^ di, 
	IndexableSourceRecord^ indexableSourceRecord, 
	Configuration^ configuration
)
public:
static ArrayList^ GetDocuments(
	DocumentIndex^ di, 
	IndexableSourceRecord^ indexableSourceRecord, 
	Configuration^ configuration
)
static member GetDocuments : 
        di : DocumentIndex * 
        indexableSourceRecord : IndexableSourceRecord * 
        configuration : Configuration -> ArrayList 
static member GetDocuments : 
        di : DocumentIndex * 
        indexableSourceRecord : IndexableSourceRecord * 
        configuration : Configuration -> ArrayList 
Parameters
di (DocumentIndex)
indexableSourceRecord (IndexableSourceRecord)
configuration (Configuration)
Return Value
ArrayList
ArrayList of Document objects

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120