C# Класс Sitecore.SharedSource.ItemUrlHelper.CustomSitecore.Pipelines.ItemResolverByUrl

Показать файл Открыть проект

Открытые методы

Метод Описание
Process ( SearchArgs args ) : void

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

Приватные методы

Метод Описание
ResolveSite ( System.Item item ) : SiteInfo

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

Описание методов

Process() публичный Метод

This will take input (url) from the search pipeline and try to bring back an item.
public Process ( SearchArgs args ) : void
args SearchArgs
Результат void