Click or drag to resize
IFieldEditorControl Interface
Used for loading / updating configuration of the control from the field editor parameters.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public interface IFieldEditorControl

The IFieldEditorControl type exposes the following members.

Methods
  NameDescription
Public methodClearControl
Clears inner controls / sets them to the default values.
Public methodLoadConfiguration
Sets inner controls according to the parameters and their values included in configuration collection. Parameters collection will be passed from Field editor.
Public methodUpdateConfiguration
Updates parameters collection of parameters and values according to the values of the inner controls. Parameters collection which should be updated will be passed from Field editor.
Public methodValidate
Validates inner controls. If some error occurs appropriate error message is returned, otherwise empty string should be returned;.
Top
See Also