C# Class Aqueduct.SitecoreLib.TreeCrawler

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
Crawl ( Action actionOnItem, Predicate shouldUseItem ) : void
TreeCrawler ( string startPath, Database database ) : Sitecore.Data

Method Details

Crawl() public méthode

public Crawl ( Action actionOnItem, Predicate shouldUseItem ) : void
actionOnItem Action
shouldUseItem Predicate
Résultat void

TreeCrawler() public méthode

public TreeCrawler ( string startPath, Database database ) : Sitecore.Data
startPath string
database Database
Résultat Sitecore.Data