Click or drag to resize
DiscussionMacroResolver Methods

The DiscussionMacroResolver type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBold
Returns the forum discussion bold tag.
Protected methodGetClosingTag
Gets the closing tag for specified BB tag.
Public methodStatic memberGetColor
Returns the forum discussion color tag.
Public methodStatic memberGetImage
Returns the forum discussion image tag.
Public methodStatic memberGetItalics
Returns the forum discussion italics tag.
Public methodStatic memberGetQuote
Returns the forum discussion Quote tag.
Public methodStatic memberGetSize
Returns the forum discussion size tag.
Public methodStatic memberGetStrikeThrough
Returns the forum discussion strike through tag.
Public methodStatic memberGetUnderline
Returns the forum discussion underline tag.
Public methodStatic memberGetURL
Returns the forum discussion URL tag.
Public methodStatic memberIsBBCodeEnabled
Returns true if BBcode is enabled for given actions set (for DB column with stored enabled actions).
Public methodStatic memberIsURL
Returns true if the given string is URL, decodes the string before the validation.
Protected methodProcessText
Processes the standard text.
Public methodStatic memberRemoveTags
Remove all BB tags from the text.
Public methodResolveMacros(String)
Resolves BB macros in a given text.
Public methodResolveMacros(String, String)
Resolves BB macros in a given text.
Public methodStatic memberSetBBCode
Sets enabled BBcode (for DB column with stored enabled actions).
Top
See Also