The BaseCustomTokenReplace type exposes the following members.

Properties

  NameDescription
Public propertyAccessingUser
Gets/sets the user object representing the currently accessing user (permission)
Protected propertyCurrentAccessLevel
Gets/sets the current Access Level controlling access to critical user settings
Public propertyDebugMessages
If DebugMessages are enabled, unknown Tokens are replaced with Error Messages
Protected propertyFormatProvider
Gets the Format provider as Culture info from stored language or current culture
(Inherited from BaseTokenReplace.)
Public propertyLanguage
Gets/sets the language to be used, e.g. for date format
(Inherited from BaseTokenReplace.)
Protected propertyTokenizerRegex
Gets the Regular expression for the token to be replaced
(Inherited from BaseTokenReplace.)
Protected propertyUseObjectLessExpression (Inherited from BaseTokenReplace.)

See Also