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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual List<string> GetSpellCheckFields()

Return Value

Type: ListString

Implements

ISpellCheckableControlGetSpellCheckFields
See Also