Click or drag to resize
DiscussionMacroResolver Constructor (Boolean, Boolean, Boolean, Int32, String, Boolean)
Discussion macro helper constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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