C# Class Orchard.Indexing.Handlers.CreateIndexingTaskHandler

Intercepts the ContentHandler events to create indexing tasks when a content item is published, and to delete them when the content item is unpublished.
Inheritance: ContentHandler
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
CreateIndexingTaskHandler ( IIndexingTaskManager indexingTaskManager ) : Orchard.ContentManagement.Handlers

Private Methods

Méthode Description
CreateIndexingTask ( Orchard.ContentManagement.Handlers.PublishContentContext context, ContentPart part ) : void
RemoveIndexingTask ( Orchard.ContentManagement.Handlers.RemoveContentContext context, ContentPart part ) : void

Method Details

CreateIndexingTaskHandler() public méthode

public CreateIndexingTaskHandler ( IIndexingTaskManager indexingTaskManager ) : Orchard.ContentManagement.Handlers
indexingTaskManager IIndexingTaskManager
Résultat Orchard.ContentManagement.Handlers