DotNetNuke 5.2
Scope informs the property access classes about the planned usage of the token

Namespace:  DotNetNuke.Services.Tokens
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public enum Scope
Visual Basic (Declaration)
Public Enumeration Scope
Visual C++
public enum class Scope

Members

Member nameDescription
NoSettings
Only access to Date and Time
Configuration
Tokens for Host, Portal, Tab (, Module), user name
DefaultSettings
Configuration, Current User data and user data allowed for registered members
SystemMessages
System notifications to users and adminstrators
Debug
internal debugging, error messages, logs

Remarks

The result of a token replace operation depends on the current context, privacy settings and the current scope. The scope should be the lowest scope needed for the current purpose. The property access classes should evaluate and use the scope before returning a value.

See Also