Retrieves the date/time of the last item to be indexed

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

Syntax

C#
protected DateTime GetLocalTimeOfLastIndexedItem(
	int portalId,
	int scheduleId,
	DateTime localTime
)
Visual Basic
Protected Function GetLocalTimeOfLastIndexedItem ( 
	portalId As Integer,
	scheduleId As Integer,
	localTime As DateTime
) As DateTime

Return Value

Either localTime or the stored index time, whichever is earlier

See Also