Click or drag to resize
CKEditorConfigurationRemove Method
Removes configuration entry.

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 9.0.0
Syntax
C#
public bool Remove(
	string configurationName
)

Parameters

configurationName
Type: SystemString
Name of configuration entry

Return Value

Type: Boolean
See Also