DiscussionMacroResolver Constructor (Boolean, Boolean, Boolean, Int32, String, Boolean) |
Discussion macro helper constructor.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public DiscussionMacroResolver(
bool enableImage,
bool enableQuote,
bool enableUrl,
int maxSideSize,
string quotePostText,
bool invalidateJavaScript
)
Parameters
- enableImage
- Type: SystemBoolean
Indicates whether image macro is enabled - enableQuote
- Type: SystemBoolean
Indicates whether quote macro is enabled - enableUrl
- Type: SystemBoolean
Indicates ehether URL macro is enabled - maxSideSize
- Type: SystemInt32
Sets image maxsidesize - quotePostText
- Type: SystemString
Sets the text which should be displayed in quote area after user name - invalidateJavaScript
- Type: SystemBoolean
Sets whether JavaScript should be invalidated
See Also