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

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

Defines which type of outer element the component generates.

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

public enum ElementTypeSpecification
Members

  Member nameValueDescription
Unknown0 The outer element type is not known.
Inline1 The component generates an inline element as its outer element, for example A (anchor) or IMG (image).
Block2 The component generates block element as its outer element, for example DIV or TABLE.
See Also

Reference