Enum Scope
Scope informs the property access classes about the planned usage of the token.
Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke.dll
Syntax
public enum Scope : int
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.
Fields
Name | Description |
---|---|
Configuration | Tokens for Host, Portal, Tab (, Module), user name |
Debug | internal debugging, error messages, logs |
DefaultSettings | Configuration, Current User data and user data allowed for registered members |
NoSettings | Only access to Date and Time |
SystemMessages | System notifications to users and adminstrators |