Whether this page is a 'login page' (for Forms Authentication).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual bool LoginPage { get; set; }
Public Overridable Property LoginPage As Boolean
public: virtual property bool LoginPage { bool get (); void set (bool 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.