Click or drag to resize
ConvertTableEnum Enumeration
Table to DIV conversion setting enum

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public enum ConvertTableEnum
Members
  Member nameValueDescription
None0 No conversion
All1 All except marked with class="_nodivs"
Marked2 All explicitly marked with class="_divs"
See Also