Keyoti SearchUnit API Docs
IsDocumentToBeIndexedEventData Constructor (willIndex, document)
API DocumentationKeyoti.SearchEngine.EventsIsDocumentToBeIndexedEventDataIsDocumentToBeIndexedEventData(Boolean, Document)
Keyoti SearchUnit v6
New instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public IsDocumentToBeIndexedEventData(
	bool willIndex,
	Document document
)
public IsDocumentToBeIndexedEventData(
	bool willIndex,
	Document document
)
Public Sub New ( 
	willIndex As Boolean,
	document As Document
)
Public Sub New ( 
	willIndex As Boolean,
	document As Document
)
public:
IsDocumentToBeIndexedEventData(
	bool willIndex, 
	Document^ document
)
public:
IsDocumentToBeIndexedEventData(
	bool willIndex, 
	Document^ document
)
new : 
        willIndex : bool * 
        document : Document -> IsDocumentToBeIndexedEventData
new : 
        willIndex : bool * 
        document : Document -> IsDocumentToBeIndexedEventData
Parameters
willIndex (Boolean)
document (Document)

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