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.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax public string PasteFromWordCleanupFile { get; set; }
Return Value
Type:
Stringnull if the default value is set
See Also