CKEditorControlBasePath Property |
Sets or gets the virtual path to the editor's directory.
The default value is "~/CMSAdminControls/CKEditor/".
The base path can be also set in the Web.config file using the appSettings section. Just set the "CKEditor:BasePath" for that. For example: codeconfigurationappSettingsadd key="CKEditor:BasePath" value="/scripts/ckeditor/" //appSettings/configuration/code>
Namespace: CMS.CKEditor.Web.UI