C# Class RaboWebMvc.Development.Factories.WebServiceTaxonomyFactory

Inheritance: Tridion.Extensions.DynamicDelivery.Factories.TridionFactoryBase, ITaxonomyFactory
显示文件 Open project: rainmaker2k/TridionMVCDotNet

Public Methods

Method Description
GetKeyword ( string categoryUriToLookIn, string keywordName ) : IKeyword
TryGetKeyword ( string categoryUriToLookIn, string keywordName, IKeyword &keyword ) : bool

Method Details

GetKeyword() public method

public GetKeyword ( string categoryUriToLookIn, string keywordName ) : IKeyword
categoryUriToLookIn string
keywordName string
return IKeyword

TryGetKeyword() public method

public TryGetKeyword ( string categoryUriToLookIn, string keywordName, IKeyword &keyword ) : bool
categoryUriToLookIn string
keywordName string
keyword IKeyword
return bool