Keyoti SearchUnit API Docs
LoginPage Property
API DocumentationKeyoti.SearchEngine.DocumentsDocumentLoginPage
Keyoti SearchUnit v6
Whether this page is a 'login page' (for Forms Authentication).
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual bool LoginPage { get; set; }
public virtual bool LoginPage { get; set; }
Public Overridable Property LoginPage As Boolean
	Get
	Set
Public Overridable Property LoginPage As Boolean
	Get
	Set
public:
virtual property bool LoginPage {
	bool get ();
	void set (bool value);
}
public:
virtual property bool LoginPage {
	bool get ();
	void set (bool value);
}
abstract LoginPage : bool with get, set
override LoginPage : bool with get, set
abstract LoginPage : bool with get, set
override LoginPage : bool with get, set
Property Value
Remarks
Pages marked as a login page called prior to building the index so that the indexer is logged in to the web-site. See user guide for details on using indexer with web-sites using Forms Authentication.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120