C# Class Sitecore.SharedSource.ItemUrlHelper.CustomSitecore.Pipelines.ItemResolverByUrl

Afficher le fichier Open project: Velir/Sitecore-ItemUrlHelper

Méthodes publiques

Méthode Description
Process ( SearchArgs args ) : void

This will take input (url) from the search pipeline and try to bring back an item.

Private Methods

Méthode Description
ResolveSite ( System.Item item ) : SiteInfo

Find proper site based on the passed item and fall back to default website

Method Details

Process() public méthode

This will take input (url) from the search pipeline and try to bring back an item.
public Process ( SearchArgs args ) : void
args SearchArgs
Résultat void