Click or drag to resize

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.5.94
Syntax
public enum EnumElementContentType
Members
  Member nameValueDescription
textOnly0 The element can contain only text, not elements.
eltOnly1 The element can contain only the specified elements. It cannot contain any free text.
See Also