Show / Hide Table of Contents

Class TokenContext

Inheritance
object
TokenContext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke.dll
Syntax
public class TokenContext

Constructors

TokenContext()

Declaration
public TokenContext()

Properties

AccessingUser

Declaration
public UserInfo AccessingUser { get; set; }
Property Value
Type Description
UserInfo

CurrentAccessLevel

Declaration
public Scope CurrentAccessLevel { get; set; }
Property Value
Type Description
Scope

DebugMessages

Declaration
public bool DebugMessages { get; set; }
Property Value
Type Description
bool

Language

Declaration
public CultureInfo Language { get; set; }
Property Value
Type Description
CultureInfo

Module

Declaration
public ModuleInfo Module { get; set; }
Property Value
Type Description
ModuleInfo

Portal

Declaration
public PortalSettings Portal { get; set; }
Property Value
Type Description
PortalSettings

PropertySource

Declaration
public Dictionary<string, IPropertyAccess> PropertySource { get; }
Property Value
Type Description
Dictionary<string, IPropertyAccess>

Tab

Declaration
public TabInfo Tab { get; set; }
Property Value
Type Description
TabInfo

User

Declaration
public UserInfo User { get; set; }
Property Value
Type Description
UserInfo

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS