AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SearchIndexer..::..ScrapeComplete Property

Gets or sets a value indicating whether the current scrape pass has finished. Set to false when a scrape begins and to true when it completes; consumed by event handlers to gate post-scrape behavior.

Namespace:  AdvantageCSP.Keyoti.SiteIndexer
Assembly:  AdvantageCSP.Keyoti.SiteIndexer (in AdvantageCSP.Keyoti.SiteIndexer.dll)

Syntax


protected bool ScrapeComplete { get; set; }

Field Value

true when the scrape has completed; otherwise false.