Click or drag to resize
CKEditorConfiguration Class
CKEditor configuration class.
Inheritance Hierarchy
SystemObject
  CMS.CKEditor.Web.UICKEditorConfiguration

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class CKEditorConfiguration : ISerializable

The CKEditorConfiguration type exposes the following members.

Constructors
  NameDescription
Protected methodCKEditorConfiguration
Constructor - Creates CKEditor configurations from serialized info.
Top
Properties
  NameDescription
Public propertyItem
Configuration indexer.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodRemove
Removes configuration entry.
Top
See Also