Click or drag to resize
CustomTableSearchIndexerLoadResults Method
Loads the results to the given result collection

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public override void LoadResults(
	IEnumerable<ISearchDocument> results,
	SafeDictionary<string, DataRow> result
)

Parameters

results
Type: System.Collections.GenericIEnumerableISearchDocument
Collection of results to load
result
Type: CMS.BaseSafeDictionaryString, DataRow
Dictionary of the loaded results indexed by their key
See Also