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

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 9.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