MessageFormat Enumeration |
Defines various message formats.
Namespace: Rock.MessagingAssembly: Rock.Messaging (in Rock.Messaging.dll) Version: 0.9.3
Syntaxpublic enum MessageFormat
Public Enumeration MessageFormat
public enum class MessageFormat
Members
| Member name | Value | Description |
---|
| Text | 0 |
The message's string value is unformatted text.
|
| Xml | 1 |
The message's string value is an XML document.
|
| Json | 2 |
The message's string value is a JSON object.
|
| Binary | 3 |
The message's binary value is an unformatted byte array.
|
See Also