Keyoti SearchUnit API Docs
IsDocumentToBeCrawledEventData Constructor (isDocumentToBeCrawled, document, pathMatchesToBeIgnored, pathMatchesToBeIncluded, parentUri)
API DocumentationKeyoti.SearchEngine.EventsIsDocumentToBeCrawledEventDataIsDocumentToBeCrawledEventData(Boolean, Document, ArrayList, ArrayList, String)
Keyoti SearchUnit v6
Creates a new instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public IsDocumentToBeCrawledEventData(
	bool isDocumentToBeCrawled,
	Document document,
	ArrayList pathMatchesToBeIgnored,
	ArrayList pathMatchesToBeIncluded,
	string parentUri
)
public IsDocumentToBeCrawledEventData(
	bool isDocumentToBeCrawled,
	Document document,
	ArrayList pathMatchesToBeIgnored,
	ArrayList pathMatchesToBeIncluded,
	string parentUri
)
Public Sub New ( 
	isDocumentToBeCrawled As Boolean,
	document As Document,
	pathMatchesToBeIgnored As ArrayList,
	pathMatchesToBeIncluded As ArrayList,
	parentUri As String
)
Public Sub New ( 
	isDocumentToBeCrawled As Boolean,
	document As Document,
	pathMatchesToBeIgnored As ArrayList,
	pathMatchesToBeIncluded As ArrayList,
	parentUri As String
)
public:
IsDocumentToBeCrawledEventData(
	bool isDocumentToBeCrawled, 
	Document^ document, 
	ArrayList^ pathMatchesToBeIgnored, 
	ArrayList^ pathMatchesToBeIncluded, 
	String^ parentUri
)
public:
IsDocumentToBeCrawledEventData(
	bool isDocumentToBeCrawled, 
	Document^ document, 
	ArrayList^ pathMatchesToBeIgnored, 
	ArrayList^ pathMatchesToBeIncluded, 
	String^ parentUri
)
new : 
        isDocumentToBeCrawled : bool * 
        document : Document * 
        pathMatchesToBeIgnored : ArrayList * 
        pathMatchesToBeIncluded : ArrayList * 
        parentUri : string -> IsDocumentToBeCrawledEventData
new : 
        isDocumentToBeCrawled : bool * 
        document : Document * 
        pathMatchesToBeIgnored : ArrayList * 
        pathMatchesToBeIncluded : ArrayList * 
        parentUri : string -> IsDocumentToBeCrawledEventData
Parameters
isDocumentToBeCrawled (Boolean)
document (Document)
pathMatchesToBeIgnored (ArrayList)
pathMatchesToBeIncluded (ArrayList)
parentUri (String)

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