This can be any free format data that can 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
paramportalIdM:DotNetNuke.Services.Search.IndexingProvider.GetLastCheckpointData(System.Int32,System.Int32)
scheduleId
Type: System..::..Int32
paramscheduleIdM:DotNetNuke.Services.Search.IndexingProvider.GetLastCheckpointData(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Search.IndexingProvider.GetLastCheckpointData(System.Int32,System.Int32)

See Also