Crawler Method

Stot

Stot

Updater..::..Crawler Method

It checks all the documents in path and updates them. It is responsible for deleting document, adding documents and modifying documents.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public static void Crawler(
	string path,
	Inverter invt
)
Public Shared Sub Crawler ( _
	path As String, _
	invt As Inverter _
)
public:
static void Crawler(
	String^ path, 
	Inverter^ invt
)

Parameters

path
Type: String
The path which contains the documents.
invt
Type: Engine..::..Inverter
An object of the inverter Class.