Enum MacroElement.Status
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Status of the parser.
protected enum MacroElement.Status
- Extension Methods
Fields
Comma = 4Comma.
Comment = 17Comment
CommentMultiline = 18Multiline comment
Dot = 3Dot.
Double = 5Double.
ErrorIdentifier = 13Identifier error.
ErrorInternal = 14Internal error.
ErrorNumber = 6Error number.
ErrorOperator = 15Operator error.
ErrorParameter = 16Parameter error.
ErrorUnknown = 12Unknown error.
Identifier = 1Identifier.
Integer = 2Integer.
Operator = 10Operator.
Parameter = 11Parameter.
Start = 0Start (begining of parsing).
StringRead = 7String read (quotes - beginning of the string).
StringReadMultiline = 8Multiline string read (@ followed by quotes - beginning of the string).
StringSlash = 9String slash (for escaping character purposes).