BeforeIndexEventArgs Members

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image

The BeforeIndexEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodBeforeIndexEventArgs
Constructor used to pass in the indexer before indexing the page.

Properties

  NameDescription
Public propertyCancelIndexing
Flag to cancel the indexing operation.
Public propertyDescription
Description of the page.
Public propertyKeywords
Keywords of the page.
Public propertyLastModified
Last modified date of the page.
Public propertyNoFollow
Flag to follow the links on the page.
Public propertyNoIndex
Flag to index the page.
Public propertyStopIndexing
Flag to stop the indexing operation.
Public propertyText
Text of the page.
Public propertyTitle
Title of the page.
Public propertyUrl
URL of the page.

See Also