IWebUITypeEditor Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Provides a interface that can be used to design value web editors that can provide a web user interface (UI) for representing and editing the values of objects of the supported data types.

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

public interface IWebUITypeEditor

The IWebUITypeEditor type exposes the following members.

Properties

  NameDescription
Public propertyIsInEditor
Gets a value indicating whether this instance of the web form is in editor mode.
Public propertyStyle
Gets the rendering style of the web form.
Public propertyValue
Gets or sets the value of the property for the web control being designed.
Top
Methods

  NameDescription
Public methodClose
Closes this web form instance.
Top
See Also

Reference