Show / Hide Table of Contents

Class TabIndexer

Inheritance
object
IndexingProviderBase
TabIndexer
Inherited Members
IndexingProviderBase.GetLocalTimeOfLastIndexedItem(int, int, DateTime)
IndexingProviderBase.SetLocalTimeOfLastIndexedItem(int, int, DateTime)
IndexingProviderBase.GetLastCheckpointData(int, int)
IndexingProviderBase.SetLastCheckpointData(int, int, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke.dll
Syntax
public class TabIndexer : IndexingProviderBase

Constructors

TabIndexer()

Declaration
public TabIndexer()

Methods

IndexSearchDocuments(int, ScheduleHistoryItem, DateTime, Action<IEnumerable<SearchDocument>>)

Declaration
public override int IndexSearchDocuments(int portalId, ScheduleHistoryItem schedule, DateTime startDateLocal, Action<IEnumerable<SearchDocument>> indexer)
Parameters
Type Name Description
int portalId
ScheduleHistoryItem schedule
DateTime startDateLocal
Action<IEnumerable<SearchDocument>> indexer
Returns
Type Description
int
Overrides
IndexingProviderBase.IndexSearchDocuments(int, ScheduleHistoryItem, DateTime, Action<IEnumerable<SearchDocument>>)

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS