EnumElementContentType Enumeration
|
The list of element types for use within the XML-Data Reduced (XDR) schema (partially implemented)
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public enum EnumElementContentType
Public Enumeration EnumElementContentType
public enum class EnumElementContentType
type EnumElementContentType
Members
| Member name | Value | Description |
---|
| textOnly | 0 |
The element can contain only text, not elements.
|
| eltOnly | 1 |
The element can contain only the specified elements. It cannot contain any free text.
|
See Also