Stores the date/time of the last item to be indexed.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
protected void SetLocalTimeOfLastIndexedItem( int portalId, int scheduleId, DateTime localTime ) |
Visual Basic |
---|
Protected Sub SetLocalTimeOfLastIndexedItem ( portalId As Integer, scheduleId As Integer, localTime As DateTime ) |
Parameters
- portalId
- Type: System..::..Int32
The portal ID.
- scheduleId
- Type: System..::..Int32
The schedule ID.
- localTime
- Type: System..::..DateTime
The local time to store.