Keyoti Search for ASP.NET API Docs
State Constructor (numberOfUnindexedDocuments, numberOfDocuments, validForSearching, lastIndexedDate, indexState)
API DocumentationKeyoti.SearchEngine.IndexStateState(Int32, Int32, Boolean, DateTime, IndexState)
Keyoti Search for ASP.NET 2010
Creates an instance
Declaration Syntax
C#Visual BasicVisual C++
public State(
	int numberOfUnindexedDocuments,
	int numberOfDocuments,
	bool validForSearching,
	DateTime lastIndexedDate,
	IndexState indexState
)
Public Sub New ( _
	numberOfUnindexedDocuments As Integer, _
	numberOfDocuments As Integer, _
	validForSearching As Boolean, _
	lastIndexedDate As DateTime, _
	indexState As IndexState _
)
public:
State(
	int numberOfUnindexedDocuments, 
	int numberOfDocuments, 
	bool validForSearching, 
	DateTime lastIndexedDate, 
	IndexState^ indexState
)
Parameters
numberOfUnindexedDocuments (Int32)
numberOfDocuments (Int32)
validForSearching (Boolean)
lastIndexedDate (DateTime)
indexState (IndexState)

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609