Class CssPropertyAccess
Inheritance
System.Object
CssPropertyAccess
Assembly: DotNetNuke.dll
Syntax
public class CssPropertyAccess : JsonPropertyAccess<StylesheetDto>, IPropertyAccess
Constructors
|
Improve this Doc
View Source
CssPropertyAccess(Page)
Declaration
public CssPropertyAccess(Page page)
Parameters
Type |
Name |
Description |
Page |
page |
|
Methods
|
Improve this Doc
View Source
ProcessToken(StylesheetDto, UserInfo, Scope)
Declaration
protected override string ProcessToken(StylesheetDto model, UserInfo accessingUser, Scope accessLevel)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
DotNetNuke.Services.Tokens.JsonPropertyAccess<DotNetNuke.Services.Tokens.StylesheetDto>.ProcessToken(DotNetNuke.Services.Tokens.StylesheetDto, DotNetNuke.Entities.Users.UserInfo, DotNetNuke.Services.Tokens.Scope)
Implements
Extension Methods