C# Class Tridion.Extensions.DynamicDelivery.Factories.TridionTaxonomyFactoryBase

Inheritance: TridionFactoryBase, ITaxonomyFactory
Afficher le fichier Open project: rainmaker2k/TridionMVCDotNet

Méthodes publiques

Méthode Description
GetKeyword ( string categoryUriToLookIn, string keywordName ) : IKeyword
TryGetKeyword ( string categoryUriToLookIn, string keywordName, IKeyword &keyword ) : bool

Private Methods

Méthode Description
recursive ( List keywords, string valueToLookFor ) : Keyword

Method Details

GetKeyword() public méthode

public GetKeyword ( string categoryUriToLookIn, string keywordName ) : IKeyword
categoryUriToLookIn string
keywordName string
Résultat IKeyword

TryGetKeyword() public méthode

public TryGetKeyword ( string categoryUriToLookIn, string keywordName, IKeyword &keyword ) : bool
categoryUriToLookIn string
keywordName string
keyword IKeyword
Résultat bool