Whether to ignore the 'last modified date' returned from the server, during build operations.
Declaration Syntax
C# | Visual Basic | Visual 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.