DiscussionActionEnum Enumeration |
Discussion action enumeration.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public enum DiscussionActionEnum
Members
| Member name | Value | Description |
---|
| InsertURL | 0 |
Insert URL (using simple dialog).
|
| InsertImage | 1 |
Insert image (using simple dialog).
|
| InsertQuote | 2 |
Insert quote.
|
| InsertCode | 3 |
Insert code snippet.
|
| FontBold | 4 |
Change font to bold format.
|
| FontItalics | 5 |
Change font to italics format.
|
| FontUnderline | 6 |
Change font to underline format.
|
| FontStrike | 7 |
Change font to strike format.
|
| FontColor | 8 |
Change font color.
|
| InsertAdvancedURL | 9 |
Insert URL (using advanced dialog).
|
| InsertAdvancedImage | 10 |
Insert simple Image (using advanced dialog).
|
See Also