Method | Description | |
---|---|---|
DictionaryPhraseRepository ( Sitecore.Foundation.Dictionary.Models.Dictionary dictionary ) : System | ||
Get ( [ relativePath, string defaultValue ) : string | ||
GetItem ( [ relativePath, string defaultValue = "" ) : System.Item |
Method | Description | |
---|---|---|
AssertRelativePath ( string relativePath ) : string | ||
GetCurrentFromCacheOrCreate ( ) : IDictionaryPhraseRepository | ||
GetOrAutoCreateItem ( [ relativePath, [ defaultValue ) : System.Item |
public DictionaryPhraseRepository ( Sitecore.Foundation.Dictionary.Models.Dictionary dictionary ) : System | ||
dictionary | Sitecore.Foundation.Dictionary.Models.Dictionary | |
return | System |
public Get ( [ relativePath, string defaultValue ) : string | ||
relativePath | [ | |
defaultValue | string | |
return | string |
public GetItem ( [ relativePath, string defaultValue = "" ) : System.Item | ||
relativePath | [ | |
defaultValue | string | |
return | System.Item |