Interface IPropertyAccess
Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke.dll
Syntax
public interface IPropertyAccess
Properties
Cacheability
Declaration
CacheLevel Cacheability { get; }
Property Value
Type | Description |
---|---|
CacheLevel |
Methods
GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
Declaration
string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName | |
string | format | |
CultureInfo | formatProvider | |
UserInfo | accessingUser | |
Scope | accessLevel | |
bool | propertyNotFound |
Returns
Type | Description |
---|---|
string |