Stores free format data to help the indexer to perform its job

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected void SetLastCheckpointData(
	int portalId,
	int scheduleId,
	string data
)
Visual Basic
Protected Sub SetLastCheckpointData ( 
	portalId As Integer,
	scheduleId As Integer,
	data As String
)

Parameters

portalId
Type: System..::..Int32
The portal ID.
scheduleId
Type: System..::..Int32
The schedule ID.
data
Type: System..::..String
The data to store.

See Also