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

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

Syntax

C#
protected string GetLastCheckpointData(
	int portalId,
	int scheduleId
)
Visual Basic
Protected Function GetLastCheckpointData ( 
	portalId As Integer,
	scheduleId As Integer
) As String

Parameters

portalId
Type: System..::..Int32
The portal ID.
scheduleId
Type: System..::..Int32
The schedule ID.

Return Value

The checkpoint data

See Also