AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

eSearchIndexMethod Enumeration

Enum eWaitUntilSearch. Sets the method for the page indexing options

Namespace:  AdvantageCMS.Core.Keyoti
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


[SerializableAttribute]
public enum eSearchIndexMethod

Members


Member nameDescription
StandardScrape Search using standard method
DOMContentLoaded Consider navigation to be finished when the DOMContentLoaded event is fired
Networkidle2 Consider navigation to be finished when there are no more than 2 network connections for at least 500 ms
Networkidle0 Consider navigation to be finished when there are no more than 0 network connections for at least 500 ms
WaitforSearchFlag Search will pause until flag is set (or max timeout of 120 seconds)