C# Class Aqueduct.SitecoreLib.ItemFinderCriteria.SitecoreItemFinder

显示文件 Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
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.

Private Methods

Method Description
EnqueueItems ( Item items ) : void

Method Details

GetAllItems() public method

public GetAllItems ( IItemFinderCriterion criteria ) : List
criteria IItemFinderCriterion
return List

GetAllItems() public method

public GetAllItems ( string startPath, IItemFinderCriterion criteria ) : List
startPath string
criteria IItemFinderCriterion
return List

GetMainSections() public method

public GetMainSections ( ) : List
return List

SitecoreItemFinder() public method

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