C# 클래스 Sitecore.SharedSource.ItemUrlHelper.CustomSitecore.Pipelines.ItemResolverByUrl

파일 보기 프로젝트 열기: Velir/Sitecore-ItemUrlHelper

공개 메소드들

메소드 설명
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