summaryN:DotNetNuke.Services.Tokens

Classes

  ClassDescription
Public classAntiForgeryTokenPropertyAccess
Public classArrayListPropertyAccess
Public classBaseCustomTokenReplace
BaseCustomTokenReplace allows to add multiple sources implementing IPropertyAccess
Public classBaseTokenReplace
The BaseTokenReplace class provides the tokenization of tokens formatted [object:property] or [object:property|format|ifEmpty] or [custom:no] within a string with the appropriate current property/custom values.
Public classCssPropertyAccess
Public classCulturePropertyAccess
Public classDataRowPropertyAccess
Public classDateTimePropertyAccess
Public classDictionaryPropertyAccess
Public classEmptyPropertyAccess
Returns an Empty String for all Properties
Public classHtmlTokenReplace
Public classJavaScriptDto
Public classJavaScriptPropertyAccess
Public classJsonPropertyAccess<(Of <(<'TModel>)>)>
Public classPropertyAccess
Property Access to Objects using Relection
Public classStylesheetDto
Public classTicksPropertyAccess
Public classTokenReplace
The TokenReplace class provides the option to replace tokens formatted [object:property] or [object:property|format] or [custom:no] within a string with the appropriate current property/custom values. Example for Newsletter: 'Dear [user:Displayname],' ==> 'Dear Superuser Account,' Supported Token Sources: User, Host, Portal, Tab, Module, Membership, Profile, Row, Date, Ticks, ArrayList (Custom), IDictionary

Interfaces

  InterfaceDescription
Public interfaceIPropertyAccess

Enumerations

  EnumerationDescription
Public enumerationCacheLevel
CacheLevel is used to specify the cachability of a string, determined as minimum of the used token cachability
Public enumerationScope
Scope informs the property access classes about the planned usage of the token