ICMSEditableControl MembersKentico 8.0 API Reference
The ICMSEditableControl type exposes the following members.
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.
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.
Back to Top
Properties

  NameDescription
Public propertyEnabled
Enabled.
Public propertyID
Control ID.
Public propertyPageManager
Page manager control.
Public propertyViewMode
Control view mode.
Back to Top
See Also