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

显示文件 Open project: Velir/Sitecore-ItemUrlHelper

Public Methods

Method Description
Process ( SearchArgs args ) : void

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

Private Methods

Method Description
ResolveSite ( System.Item item ) : SiteInfo

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

Method Details

Process() public method

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