C# 클래스 Aqueduct.SitecoreLib.ItemFinderCriteria.SitecoreItemFinder

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
GetAllItems ( IItemFinderCriterion criteria ) : List
GetAllItems ( string startPath, IItemFinderCriterion criteria ) : List
GetMainSections ( ) : List
SitecoreItemFinder ( string databaseName ) : System.Collections.Generic

Initializes a new instance of the SitecoreItemFinder class.

비공개 메소드들

메소드 설명
EnqueueItems ( Item items ) : void

메소드 상세

GetAllItems() 공개 메소드

public GetAllItems ( IItemFinderCriterion criteria ) : List
criteria IItemFinderCriterion
리턴 List

GetAllItems() 공개 메소드

public GetAllItems ( string startPath, IItemFinderCriterion criteria ) : List
startPath string
criteria IItemFinderCriterion
리턴 List

GetMainSections() 공개 메소드

public GetMainSections ( ) : List
리턴 List

SitecoreItemFinder() 공개 메소드

Initializes a new instance of the SitecoreItemFinder class.
public SitecoreItemFinder ( string databaseName ) : System.Collections.Generic
databaseName string
리턴 System.Collections.Generic