AddToIndexWithContent Method

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Add to index with content and all other page descriptions.

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

Syntax

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

Parameters

url
Type: System..::..String
Url of the page.
title
Type: System..::..String
Title of the page.
description
Type: System..::..String
Description of the page.
keywords
Type: System..::..String
Keywords of the page.
text
Type: System..::..String
Text of the page.
lastModified
Type: System..::..DateTime
Last modified date of the page.

See Also