Keyoti SearchUnit API Docs
LinkBasedImportSampler..::..AddRowDelegate Delegate
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesLinkBasedImportSamplerLinkBasedImportSampler..::..AddRowDelegate
Keyoti SearchUnit v6
The "AddRow" method to call, on the grid.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void AddRowDelegate(
	Object[] items
)
public delegate void AddRowDelegate(
	Object[] items
)
Public Delegate Sub AddRowDelegate ( 
	items As Object()
)
Public Delegate Sub AddRowDelegate ( 
	items As Object()
)
public delegate void AddRowDelegate(
	array<Object^>^ items
)
public delegate void AddRowDelegate(
	array<Object^>^ items
)
type AddRowDelegate = 
    delegate of 
        items : Object[] -> unit
type AddRowDelegate = 
    delegate of 
        items : Object[] -> unit
Parameters
items (array<Object>[]()[][])

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