Enum ContentType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
The type of the content of a string. E.g. XML or JSON.
public enum ContentType
Fields
| Name | Description |
|---|---|
| Json | JSON content. |
| Xml | XML content. |
Remarks
This enum is only supported when the compatibility level of the database is at 1465 or above.