Keyoti SearchUnit API Docs
IsFileSystemDocumentToBeIndexedEventData Constructor (willIndex, fileSystemPath, url)
API DocumentationKeyoti.SearchEngine.EventsIsFileSystemDocumentToBeIndexedEventDataIsFileSystemDocumentToBeIndexedEventData(Boolean, String, String)
Keyoti SearchUnit v6
New instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public IsFileSystemDocumentToBeIndexedEventData(
	bool willIndex,
	string fileSystemPath,
	string url
)
public IsFileSystemDocumentToBeIndexedEventData(
	bool willIndex,
	string fileSystemPath,
	string url
)
Public Sub New ( 
	willIndex As Boolean,
	fileSystemPath As String,
	url As String
)
Public Sub New ( 
	willIndex As Boolean,
	fileSystemPath As String,
	url As String
)
public:
IsFileSystemDocumentToBeIndexedEventData(
	bool willIndex, 
	String^ fileSystemPath, 
	String^ url
)
public:
IsFileSystemDocumentToBeIndexedEventData(
	bool willIndex, 
	String^ fileSystemPath, 
	String^ url
)
new : 
        willIndex : bool * 
        fileSystemPath : string * 
        url : string -> IsFileSystemDocumentToBeIndexedEventData
new : 
        willIndex : bool * 
        fileSystemPath : string * 
        url : string -> IsFileSystemDocumentToBeIndexedEventData
Parameters
willIndex (Boolean)
Whether to index the document.
fileSystemPath (String)
The file system based path to the document.The URL of the document.
url (String)

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