Keyoti Search for ASP.NET API Docs
IgnoreLastModifiedDate Property
API DocumentationKeyoti.SearchEngineConfigurationIgnoreLastModifiedDate
Keyoti Search for ASP.NET 2010
Whether to ignore the 'last modified date' returned from the server, during build operations.
Declaration Syntax
C#Visual BasicVisual C++
public bool IgnoreLastModifiedDate { get; set; }
Public Property IgnoreLastModifiedDate As Boolean
public:
property bool IgnoreLastModifiedDate {
	bool get ();
	void set (bool value);
}
Remarks
If this is not enabled then files will not be indexed again if they have not changed since the last time they were indexed. It is recommended to set this to enabled, as this will prevent redundent reindexing. Disabling this is useful after changing configuration settings.

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