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