Click or drag to resize
CKEditorControlPasteFromWordCleanupFile Property
The file that provides the MS Word cleanup function for pasting operations. Note: This is a global configuration shared by all editor instances present in the page. Default value: <plugin path> + 'filter/default.js' Set to null for default value

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public string PasteFromWordCleanupFile { get; set; }

Return Value

Type: String
null if the default value is set
See Also