Click or drag to resize
CMSAbstractEditableControlGetSpellCheckFields Method
Returns the list of the field IDs (Client IDs of the inner controls) that should be spell checked.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public virtual List<string> GetSpellCheckFields()

Return Value

Type: ListString

Implements

ISpellCheckableControlGetSpellCheckFields
See Also