Class ModuleContextPropertyAccess
Inheritance
ModuleContextPropertyAccess
Assembly: DotNetNuke.dll
Syntax
public class ModuleContextPropertyAccess : IPropertyAccess
Constructors
ModuleContextPropertyAccess(ModuleInstanceContext)
Declaration
public ModuleContextPropertyAccess(ModuleInstanceContext moduleContext)
Parameters
Properties
Cacheability
Declaration
public virtual 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 accessLevel, ref bool propertyNotFound)
Parameters
Returns
Implements
Extension Methods