Class LanguagePropertyAccess
Inheritance
LanguagePropertyAccess
Assembly: DotNetNuke.dll
Syntax
public class LanguagePropertyAccess : IPropertyAccess
Constructors
LanguagePropertyAccess(LanguageTokenReplace, PortalSettings)
Declaration
public LanguagePropertyAccess(LanguageTokenReplace parent, PortalSettings settings)
Parameters
Fields
objParent
Declaration
public LanguageTokenReplace objParent
Field Value
Properties
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
Methods
GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
Declaration
public string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope currentScope, ref bool propertyNotFound)
Parameters
Returns
Implements
Extension Methods