Retrieves the date/time of the last item to be indexed
Namespace: DotNetNuke.Services.SearchAssembly: 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 |
Parameters
- portalId
- Type: System..::..Int32
The portal ID.
- scheduleId
- Type: System..::..Int32
The schedule ID.
- localTime
- Type: System..::..DateTime
The local time passed to IndexSearchDocuments(Int32, ScheduleHistoryItem, DateTime, Action<(Of <<'(IEnumerable<(Of <<'(SearchDocument>)>>)>)>>)).