Click or drag to resize
ICMSEditableControl Interface
Interface class for the editable controls (controls that needs to store the content within the document content).

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public interface ICMSEditableControl : ISpellCheckableControl

The ICMSEditableControl type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Enabled.
Public propertyID
Control ID.
Public propertyPageManager
Page manager control.
Public propertyViewMode
Control view mode.
Top
Methods
  NameDescription
Public methodGetContent
Returns the current web part content.
Public methodGetSpellCheckFields
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.
(Inherited from ISpellCheckableControl.)
Public methodIsValid
Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
Public methodLoadContent(String, Boolean)
Loads the control content.
Public methodLoadContent(PageInfo, Boolean)
Loads the control content.
Public methodSaveContent
Saves the control content.
Top
See Also