ActiveScriptingBaseConformanceLevels Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies which type of code a component can generate. The code that actually is generated is determined by the document type of the page hosting the component.

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[FlagsAttribute]
public enum ConformanceLevels
Members

  Member nameValueDescription
Unspecified0 The rendering mode is not known or irrelevant.
Transitional1 The rendering supports Transitional.
Strict2 The rendering supports Strict.
XHTML4The rendering supports XHTML.
HTML8The rendering supports HTML.
See Also

Reference