BeforeIndexEventArgs Constructor

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Constructor used to pass in the indexer before indexing the page.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public BeforeIndexEventArgs(
	string url,
	string title,
	string description,
	string keywords,
	string text,
	DateTime lastModified
)
Visual Basic
Public Sub New ( _
	url As String, _
	title As String, _
	description As String, _
	keywords As String, _
	text As String, _
	lastModified As DateTime _
)
Visual C++
public:
BeforeIndexEventArgs(
	String^ url, 
	String^ title, 
	String^ description, 
	String^ keywords, 
	String^ text, 
	DateTime lastModified
)

Parameters

url
Type: System..::..String
title
Type: System..::..String
description
Type: System..::..String
keywords
Type: System..::..String
text
Type: System..::..String
lastModified
Type: System..::..DateTime

See Also